BinaryClassificationMetrics.AreaUnderRocCurve Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.