BinaryClassificationMetrics.PositivePrecision 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 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