pyrit.score.TrueFalseScoreAggregator#
- class TrueFalseScoreAggregator[source]#
Bases:
objectNamespace for true/false 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
- AND() ScoreAggregatorResult#
- MAJORITY() ScoreAggregatorResult#
- OR() ScoreAggregatorResult#