java.lang.Object
org.elasticsearch.client.ml.dataframe.evaluation.softclassification.AucRocMetric
All Implemented Interfaces:
EvaluationMetric, ToXContent, ToXContentObject

public class AucRocMetric
extends java.lang.Object
implements EvaluationMetric
Area under the curve (AUC) of the receiver operating characteristic (ROC). The ROC curve is a plot of the TPR (true positive rate) against the FPR (false positive rate) over a varying threshold.