Description Usage Arguments See Also Examples
recall
computes proportion of observations in the positive class
(i.e. the element in actual
equals 1) that are predicted
to be in the positive class (i.e. the element in predicted
equals 1)
1 | recall(actual, predicted)
|
actual |
The ground truth binary numeric vector containing 1 for the positive class and 0 for the negative class. |
predicted |
The predicted binary numeric vector containing 1 for the positive
class and 0 for the negative class. Each element represents the
prediction for the corresponding element in |
1 2 3 |
[1] 0.6666667
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.