From cc28baf37043ee1125314de49134fe98c7060742 Mon Sep 17 00:00:00 2001 From: Yue Zhao Date: Sat, 20 Jul 2019 10:42:55 +0800 Subject: [PATCH] update documentation --- docs/api.rst | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 30f1e4b..1b237de 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2,13 +2,16 @@ API Reference ============= +---- + + Classifier Combination ^^^^^^^^^^^^^^^^^^^^^^ + :mod:`combo.models.classifier_comb`: a collection of classifier combination methods. -.. automodule:: combo.models.classifier_comb .. toctree:: :maxdepth: 4 @@ -17,6 +20,31 @@ combination methods. modules/classifier_comb/SimpleClassifierAggregator +---- + + +Cluster Combination +^^^^^^^^^^^^^^^^^^^ + + +:mod:`combo.models.cluster_comb`: a collection of cluster +combination methods. + + +---- + + +Score Combination +^^^^^^^^^^^^^^^^^ + + +:mod:`combo.models.score_comb`: a collection of (raw) score +combination methods. + + +---- + + All Models ^^^^^^^^^^