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