Share via


BinaryClassificationMetrics.PositiveRecall Property

Definition

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

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

Property Value

Applies to