Skip to content

Commit 6df834f

Browse files
committed
mention AP in enum
Signed-off-by: thibaultdvx <[email protected]>
1 parent d88c9d8 commit 6df834f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/utils/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class GridSamplePadMode(StrEnum):
221221

222222
class Average(StrEnum):
223223
"""
224-
See also: :py:class:`monai.metrics.rocauc.compute_roc_auc`
224+
See also: :py:class:`monai.metrics.rocauc.compute_roc_auc` or :py:class:`monai.metrics.average_precision.compute_average_precision`
225225
"""
226226

227227
MACRO = "macro"

0 commit comments

Comments
 (0)