Recall {fastai} | R Documentation |
Recall for single-label classification problems
Recall(
axis = -1,
labels = NULL,
pos_label = 1,
average = "binary",
sample_weight = NULL
)
axis |
axis |
labels |
labels |
pos_label |
pos_label |
average |
average |
sample_weight |
sample_weight |
None