Learn Before
Concept
Micro-Average Recall
We can compute micro-average recall by dividing the number of true positives across all classes by the sum of true positives and false negatives across all classes.
More formally, let and be the number of true positives and false negatives, respectively, in class . Given a multi-class classification with classes, we can express micro-average recall as the following formula:
micro-average recall =
0
1
Updated 2020-10-05
Tags
Data Science