Module org.elasticsearch.xcore
Interface EvaluationMetricResult
- All Superinterfaces:
NamedWriteable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject,Writeable
- All Known Implementing Classes:
AbstractAucRoc.Result,Accuracy.Result,ConfusionMatrix.Result,Huber.Result,MeanSquaredError.Result,MeanSquaredLogarithmicError.Result,MulticlassConfusionMatrix.Result,Precision.Result,Recall.Result,RSquared.Result,ScoreByThresholdResult
public interface EvaluationMetricResult
extends org.elasticsearch.xcontent.ToXContentObject, NamedWriteable
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.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the metric (which may differ to the writeable name)Methods inherited from interface org.elasticsearch.common.io.stream.NamedWriteable
getWriteableNameMethods 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 (which may differ to the writeable name)
-