Interface EvaluationMetric.Result
- All Superinterfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
- All Known Implementing Classes:
AccuracyMetric.Result,AucRocResult,ConfusionMatrixMetric.Result,HuberMetric.Result,MeanSquaredErrorMetric.Result,MeanSquaredLogarithmicErrorMetric.Result,MulticlassConfusionMatrixMetric.Result,PrecisionMetric.Result,PrecisionMetric.Result,RecallMetric.Result,RecallMetric.Result,RSquaredMetric.Result
- Enclosing interface:
- EvaluationMetric
public static interface EvaluationMetric.Result
extends org.elasticsearch.xcontent.ToXContentObject
The result of an evaluation metric
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Methods inherited from interface org.elasticsearch.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Method Details
-
getMetricName
String getMetricName()Returns the name of the metric
-