Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Jul 20, 2019
1 parent 0800a9c commit cc28baf
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
^^^^^^^^^^

Expand Down

0 comments on commit cc28baf

Please sign in to comment.