BinaryClassificationMetrics.NegativePrecision Property

Definition

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

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

Property Value

Applies to