TotalScoreUnitAggregator
constructor(scoreUnits: List<ScoreReportUnit>?, maxScore: Double?, scoreClipping: ClosedFloatingPointRange<Double>?, denormHandling: ConfigUnit.TotalScorable.DenormHandling?)
Parameters
maxScore
The maximum score to scale to, or null
if scoring is disabled.
scoreClipping
The minimum/maximum range of the final score, or null
if clipping is disabled.
denormHandling