mmclassification/docs/en/api/evaluation.rst
Ma Zerun b4ee9d2848
[Feature] Support calculate confusion matrix and plot it. (#1287)
* [Feature] Support calculate confusion matrix and plot it.

* Fix keepdim

* Update confusion_matrix tools and the plot graph.

* Revert accidental modification.

* Update docstring

* Move confusion matrix tool to
2023-02-14 12:58:11 +08:00

47 lines
771 B
ReStructuredText

.. role:: hidden
:class: hidden-section
.. module:: mmcls.evaluation
mmcls.evaluation
===================================
This package includes metrics and evaluators for classification tasks.
.. contents:: mmcls.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