recall property

double? recall
getter/setter pair

Recall is the fraction of actual positive labels that were given a positive prediction.

For multiclass this is a macro-averaged metric.

Implementation

core.double? recall;