Metadata-Version: 2.1
Name: iterative-voting-consensus
Version: 0.1.0
Summary: Implement the Iterative Voting Consensus Algorithms of the article Consensus Clustering, N. Nguyen et al.
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)
Description-Content-Type: text/markdown

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.
