recall | R Documentation |
Computes recall from a confusion matrix, see confusion. Recall is defined as TP/(TP + FN), where TP are true positives and FN are false negatives. If TP + FN = 0, 0 is returned.
recall(confusion)
confusion |
Confusion matrix as obtained from confusion |
A numeric in [0,1].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.