Interface EvaluationMetric

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

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

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

    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

    Modifier and Type
    Method
    Description
    Returns the name of the metric

    Methods inherited from interface org.elasticsearch.xcontent.ToXContent

    toXContent

    Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject

    isFragment
  • Method Details

    • getName

      String getName()
      Returns the name of the metric