public static class FunctionMultiModelMetric.Factory extends MetricFactory<Void>
| Constructor and Description |
|---|
Factory(File file,
List<String> cols,
Function<Recommender,List<List<Object>>> func) |
| Modifier and Type | Method and Description |
|---|---|
Metric<Void> |
createMetric(TrainTestEvalTask task) |
List<String> |
getColumnLabels() |
List<String> |
getUserColumnLabels() |
forMetric, forMetricClasspublic Metric<Void> createMetric(TrainTestEvalTask task)
createMetric in class MetricFactory<Void>public List<String> getColumnLabels()
getColumnLabels in class MetricFactory<Void>public List<String> getUserColumnLabels()
getUserColumnLabels in class MetricFactory<Void>