Skip to content

Commit

Permalink
add Evidence based clustering combination (EAC)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Aug 6, 2019
1 parent 2f576b0 commit a8a1be6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ Example of Clustering Combination


`"examples/cluster_comb_example.py" <https://github.com/yzhao062/combo/blob/master/examples/cluster_comb_example.py>`_
demonstrates the basic API of combining multiple base clustering estimators.
demonstrates the basic API of combining multiple base clustering estimators. `"examples/cluster_eac_example.py" <https://github.com/yzhao062/combo/blob/master/examples/cluster_eac_example.py>`_
demonstrates the basic API of Combining multiple clusterings using evidence accumulation (EAC).

#. Initialize a group of clustering methods as base estimators

Expand Down
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Cluster Combination

* :class:`combo.models.cluster_comb.ClustererEnsemble`: Clusterer Ensemble combines multiple base clustering estimators by alignment.
* :func:`combo.models.cluster_comb.clusterer_ensemble_scores`: Clusterer Ensemble on clustering results directly.
* :class:`combo.models.cluster_eac.EAC`: Combining multiple clusterings using evidence accumulation (EAC).


----
Expand Down
9 changes: 9 additions & 0 deletions docs/combo.models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ combo.models.cluster\_comb module
:show-inheritance:
:inherited-members:

combo.models.cluster\_eac module
--------------------------------

.. automodule:: combo.models.eac
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

combo.models.detector\_comb module
----------------------------------

Expand Down
3 changes: 2 additions & 1 deletion docs/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ Example of Clustering Combination


`"examples/cluster_comb_example.py" <https://github.com/yzhao062/combo/blob/master/examples/cluster_comb_example.py>`_
demonstrates the basic API of combining multiple base clustering estimators.
demonstrates the basic API of combining multiple base clustering estimators. `"examples/cluster_eac_example.py" <https://github.com/yzhao062/combo/blob/master/examples/cluster_eac_example.py>`_
demonstrates the basic API of Combining multiple clusterings using evidence accumulation (EAC).

#. Initialize a group of clustering methods as base estimators

Expand Down

0 comments on commit a8a1be6

Please sign in to comment.