Getting Started with mvcluster

pip install mvcluster

Exemple minimal

from mvcluster import Clustering
model = Clustering()
model.fit(data)