Metadata-Version: 2.1
Name: iterative-voting-consensus
Version: 0.1.1
Summary: Implement the Iterative Voting Consensus Algorithms of the article Consensus Clustering, N. Nguyen et al.
Home-page: https://github.com/AuriantEmeric/iterative-voting-consensus
Author: AuriantEmeric
Author-email: auriantemeric@hotmail.fr
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Requires-Dist: pytest (>=7.4.3,<8.0.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Project-URL: Repository, https://github.com/AuriantEmeric/iterative-voting-consensus
Description-Content-Type: text/markdown

# Voting Consensus Algorithms 

Implementation of the Iterative Voting Consensus Algorithm and of the Iterative Probabilistic Voting Consensus Algorithm presented in the article Consensus Clustering, N. Nguyen et al. These algorithms allows to combine various clusterings to get a consensus clustering.

Package available on Pypi : 
```
pip install iterative-voting-consensus
```
