Interface EvaluationMetric.Result
- All Superinterfaces:
ToXContent,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 ToXContentObject
The result of an evaluation metric
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
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
-