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