Interface EvaluationMetric

All Superinterfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
All Known Implementing Classes:
AccuracyMetric, AucRocMetric, ConfusionMatrixMetric, HuberMetric, MeanSquaredErrorMetric, MeanSquaredLogarithmicErrorMetric, MulticlassConfusionMatrixMetric, PrecisionMetric, PrecisionMetric, RecallMetric, RecallMetric, RSquaredMetric

public interface EvaluationMetric
extends org.elasticsearch.common.xcontent.ToXContentObject
Defines an evaluation metric
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static interface  EvaluationMetric.Result
    The result of an evaluation metric

    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 getName()
    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

    • getName

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