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