mmclassification/docs/en/api/evaluation.rst
Ma Zerun dda3d6565b
[Docs] Update generate_readme.py and readme files. (#1388)
* Update generate_readme.py and readme files.

* Update reamde

* Update docs

* update metafile

* update simmim readme

* update

* update mae

* fix lint

* update mocov2

* update readme pic

* fix lint

* Fix mmcls download links.

* Fix Chinese docs.

* Decrease readthedocs requirements.

---------

Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
2023-03-02 13:29:07 +08:00

47 lines
786 B
ReStructuredText

.. role:: hidden
:class: hidden-section
.. module:: mmpretrain.evaluation
mmpretrain.evaluation
===================================
This package includes metrics and evaluators for classification tasks.
.. contents:: mmpretrain.evaluation
:depth: 1
:local:
:backlinks: top
Single Label Metric
----------------------
.. autosummary::
:toctree: generated
:nosignatures:
Accuracy
SingleLabelMetric
ConfusionMatrix
Multi Label Metric
----------------------
.. autosummary::
:toctree: generated
:nosignatures:
AveragePrecision
MultiLabelMetric
VOCAveragePrecision
VOCMultiLabelMetric
Retrieval Metric
----------------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: classtemplate.rst
RetrievalRecall