35 lines
593 B
ReStructuredText
35 lines
593 B
ReStructuredText
|
.. role:: hidden
|
||
|
:class: hidden-section
|
||
|
|
||
|
mmcls.evaluation
|
||
|
===================================
|
||
|
|
||
|
This package includes metrics and evaluators for classification tasks.
|
||
|
|
||
|
.. contents:: mmcls.evaluation
|
||
|
:depth: 1
|
||
|
:local:
|
||
|
:backlinks: top
|
||
|
|
||
|
.. currentmodule:: mmcls.evaluation
|
||
|
|
||
|
Single Label Metric
|
||
|
----------------------
|
||
|
|
||
|
.. autosummary::
|
||
|
:toctree: generated
|
||
|
:nosignatures:
|
||
|
:template: classtemplate.rst
|
||
|
|
||
|
Accuracy
|
||
|
SingleLabelMetric
|
||
|
|
||
|
Multi Label Metric
|
||
|
----------------------
|
||
|
.. autosummary::
|
||
|
:toctree: generated
|
||
|
:nosignatures:
|
||
|
|
||
|
MultiLabelMetric
|
||
|
AveragePrecision
|