We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc9cf5 commit a9f19c1Copy full SHA for a9f19c1
monai/metrics/average_precision.py
@@ -29,7 +29,8 @@
29
class AveragePrecisionMetric(CumulativeIterationMetric):
30
"""
31
Computes Average Precision (AP). AP is a useful metric to evaluate a classifier when the classes are
32
- imbalanced. It summarizes a Precision-Recall curve as the weighted mean of precisions achieved at each
+ imbalanced. It can take values between 0.0 and 1.0, 1.0 being the best possible score.
33
+ It summarizes a Precision-Recall curve as the weighted mean of precisions achieved at each
34
threshold, with the increase in recall from the previous threshold used as the weight:
35
36
.. math::
0 commit comments