entropymethod

Estimate the number of clusters in your data set.


License
MIT
Install
pip install entropymethod==0.3.12

Documentation

Entropy Method

Estimate the number of clusters in your data set.

Motivation

The method relies on the stability principle. Subsamples of your data set are repeatedly clustered into different numbers of clusters; the algorithm then assesses which number of clusters provides the most stable clustering.

Installation

Coming soon

Get Started

Coming soon