public static class OutputPredictMetric.Factory extends MetricFactory<OutputPredictMetric.Context>
| Constructor and Description |
|---|
Factory(File f,
List<org.apache.commons.lang3.tuple.Pair<Symbol,String>> pchans) |
| Modifier and Type | Method and Description |
|---|---|
OutputPredictMetric |
createMetric(TrainTestEvalTask task) |
List<String> |
getColumnLabels() |
List<String> |
getUserColumnLabels() |
forMetric, forMetricClasspublic OutputPredictMetric createMetric(TrainTestEvalTask task) throws IOException
createMetric in class MetricFactory<OutputPredictMetric.Context>IOExceptionpublic List<String> getColumnLabels()
getColumnLabels in class MetricFactory<OutputPredictMetric.Context>public List<String> getUserColumnLabels()
getUserColumnLabels in class MetricFactory<OutputPredictMetric.Context>