Class ConfusionMatrixMetric
java.lang.Object
org.elasticsearch.client.ml.dataframe.evaluation.outlierdetection.ConfusionMatrixMetric
- All Implemented Interfaces:
EvaluationMetric,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classNested 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
FieldsModifier and TypeFieldDescriptionprotected static final org.elasticsearch.xcontent.ParseFieldstatic final Stringprotected final double[]Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfusionMatrixMetricbooleanstatic ConfusionMatrixMetricfromXContent(org.elasticsearch.xcontent.XContentParser parser) getName()Returns the name of the metricinthashCode()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
NAME
- See Also:
-
AT
protected static final org.elasticsearch.xcontent.ParseField AT -
thresholds
protected final double[] thresholds
-
-
Constructor Details
-
ConfusionMatrixMetric
-
-
Method Details
-
fromXContent
-
at
-
getName
Description copied from interface:EvaluationMetricReturns the name of the metric -
equals
-
hashCode
public int hashCode() -
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-