Share via


BinaryClassificationMetrics.PositivePrecision Property

Definition

Gets the positive precision of a classifier which is the proportion of correctly predicted positive instances among all the positive predictions (i.e., the number of positive instances predicted as positive, divided by the total number of instances predicted as positive).

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

Property Value

Applies to