create Logistic Function Metric Evaluation Function Map
fun createLogisticFunctionMetricEvaluationFunctionMap(scoringResults: List<ScoringResult>): Map<MetricIfc, ValueFunctionIfc>
Creates a map for an AdditiveMODAModel that can specify the metrics using LogisticFunction value functions The list of scoring results must not be empty.
Parameters
scoring Results
the list os scoring results, must not be empty