pyrit.score.FloatScaleScorerAllCategories#

class FloatScaleScorerAllCategories[source]#

Bases: object

Namespace for float scale score aggregators that combine all categories.

These aggregators ignore category boundaries and aggregate all scores together, returning a single ScoreAggregatorResult with all categories combined.

__init__()#

Methods

AVERAGE() List[ScoreAggregatorResult]#
MAX() List[ScoreAggregatorResult]#
MIN() List[ScoreAggregatorResult]#