create Default PDFEvaluation Model
fun createDefaultPDFEvaluationModel(scoringResults: List<ScoringResult>, rankingMethod: Statistic.Companion.Ranking = defaultRankingMethod): 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.