Recall (also known as sensitivity) is the fraction of the total amount of relevant instances that were actually retrieved.
D2MCS::MeasureFunction -> Recall
new()Method for initializing the object arguments during runtime.
Recall$new(performance.output = NULL)performance.outputAn optional ConfMatrix parameter
to define the type of object used as basis to compute the measure.
compute()The function computes the Recall achieved by the M.L. model.
Recall$compute(performance.output = NULL)performance.outputAn optional ConfMatrix parameter
to define the type of object used as basis to compute the Recall
measure.
This function is automatically invoke by the
ClassificationOutput object.
clone()The objects of this class are cloneable with this method.
Recall$clone(deep = FALSE)deepWhether to make a deep clone.
$$recall = TP / (TP + FN)$$
MeasureFunction, ClassificationOutput,
ConfMatrix