Class 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.