BinaryClassificationMetrics.NegativeRecall 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 recall of a classifier which is the proportion of correctly predicted negative instances among all the negative instances (i.e., the number of negative instances predicted as negative, divided by the total number of negative instances).
public double NegativeRecall { get; }
member this.NegativeRecall : double
Public ReadOnly Property NegativeRecall As Double