BinaryClassificationMetrics.NegativeRecall Property

Definition

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

Property Value

Applies to