Minimum
Class
- class uotod.match.Min(*args, **kwargs)
This class only serves as a decorator for
uotod.match.ClosestPredictionanduotod.match.ClosestTarget.uotod.match.Min(source='prediction', *args*, **kwargs)will return the same asuotod.match.ClosestTarget(*args, **kwargs)anduotod.match.Min(source='target', *args*, **kwargs)will return the same asuotod.match.ClosestPrediction(*args, **kwargs). This is meant to be consistent with theuotod.match.SoftMinclass.- Parameters:
source (str, optional) – Either “target” (default) or “prediction”.