BinaryClassificationMetrics.AreaUnderRocCurve Property

Definition

Gets the area under the ROC curve.

public double AreaUnderRocCurve { get; }
member this.AreaUnderRocCurve : double
Public ReadOnly Property AreaUnderRocCurve As Double

Property Value

Remarks

The area under the ROC curve is equal to the probability that the classifier ranks a randomly chosen positive instance higher than a randomly chosen negative one (assuming 'positive' ranks higher than 'negative'). Area under the ROC curve ranges between 0 and 1, with a value closer to 1 indicating a better model.

Area Under ROC Curve

Applies to