Interface EvaluationMetric
-
- All Superinterfaces:
ToXContent,ToXContentObject
- All Known Implementing Classes:
AucRocMetric,ConfusionMatrixMetric,MeanSquaredErrorMetric,MulticlassConfusionMatrixMetric,PrecisionMetric,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 metric-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()Returns the name of the metric-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContent
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-