[scikit-learn] hierarchical clustering

Gael Varoquaux gael.varoquaux at normalesup.org
Fri Nov 4 05:36:49 EDT 2016


> AgglomerativeClustering internally calls scikit learn's version of
> cut_tree. I would be curious to know whether this is equivalent to
> scipy's fcluster.

It differs in that it enable to add connectivity contraints.


More information about the scikit-learn mailing list