create Default PDFEvaluation Model
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
scoring Results
the list os scoring results, must not be empty
ranking Method
the desired ranking method. The default is specified by the companion property defaultRankingMethod
scaling Function
the type of scaling function to use. By default, this is specified by the companion property, defaultScalingFunction