Interface EvaluationMetric.Result
- All Superinterfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
- All Known Implementing Classes:
AccuracyMetric.Result,AucRocMetric.Result,ConfusionMatrixMetric.Result,MeanSquaredErrorMetric.Result,MulticlassConfusionMatrixMetric.Result,PrecisionMetric.Result,PrecisionMetric.Result,RecallMetric.Result,RecallMetric.Result,RSquaredMetric.Result
- Enclosing interface:
- EvaluationMetric
public static interface EvaluationMetric.Result
extends org.elasticsearch.common.xcontent.ToXContentObject
The result of an evaluation metric
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringgetMetricName()Returns the name of the metric
-
Method Details
-
getMetricName
java.lang.String getMetricName()Returns the name of the metric
-