Interface EvaluationMetric.Result

All Superinterfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
All Known Implementing Classes:
AccuracyMetric.Result, AucRocMetric.Result, 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.common.xcontent.ToXContentObject
The result of an evaluation metric
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
  • Field Summary

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getMetricName()
    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
  • Method Details

    • getMetricName

      java.lang.String getMetricName()
      Returns the name of the metric