Interface EvaluationMetric
- All Superinterfaces:
ToXContent,ToXContentObject
- All Known Implementing Classes:
AccuracyMetric,AucRocMetric,ConfusionMatrixMetric,MeanSquaredErrorMetric,MulticlassConfusionMatrixMetric,PrecisionMetric,PrecisionMetric,RecallMetric,RecallMetric,RSquaredMetric
public interface EvaluationMetric extends ToXContentObject
Defines an evaluation metric
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEvaluationMetric.ResultThe result of an evaluation metricNested 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.StringgetName()Returns the name of the metric
-
Method Details
-
getName
java.lang.String getName()Returns the name of the metric
-