| metric_recall | R Documentation |
Creates a recall metric object for classification tasks.
metric_recall(positive_class = 1)
positive_class |
The class label treated as the positive class.
Defaults to |
An object of class "met_metric".
metric <- metric_recall()
metric$fn(c(0, 1, 1, 0), c(0, 1, 0, 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.