Bases: object
Namespace for float scale score aggregators that return a single aggregated score.
All aggregators return a list containing one ScoreAggregatorResult that combines
all input scores together, preserving all categories.
-
__init__()
Methods
-
AVERAGE() → List[ScoreAggregatorResult]
-
AVERAGE_RAISE_ON_EMPTY() → List[ScoreAggregatorResult]
-
MAX() → List[ScoreAggregatorResult]
-
MAX_RAISE_ON_EMPTY() → List[ScoreAggregatorResult]
-
MIN() → List[ScoreAggregatorResult]
-
MIN_RAISE_ON_EMPTY() → List[ScoreAggregatorResult]