createDefaultPDFEvaluationModel

fun createDefaultPDFEvaluationModel(    scoringResults: List<ScoringResult>,     rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod,     scalingFunction: PDFModeler.Companion.DefaultScalingFunction = defaultScalingFunction): AdditiveMODAModel

Creates an additive evaluation model based on the metrics within the scoring results that has linear value functions for the metrics. The list of scoring results must not be empty.

Parameters

scoringResults

the list os scoring results, must not be empty

rankingMethod

the desired ranking method. The default is specified by the companion property defaultRankingMethod

scalingFunction

the type of scaling function to use. By default, this is specified by the companion property, defaultScalingFunction