/dendro-thresh-cluster

In the dendrogram generated from sklearn.cluster.AgglomerativeClustering, it is difficult to understand the clustering to which each node belongs for each threshold. dendro-thresh-cluster is a program that shows the clustering to which each node belongs for each threshold.

Primary LanguagePython

dendro-thresh-cluster

In the dendrogram generated from sklearn.cluster.AgglomerativeClustering, it is difficult to understand the clustering to which each node belongs for each threshold. dendro-thresh-cluster is a program that shows the clustering to which each node belongs for each threshold. From the above figure, you can see that the number of clusters decreases as the threshold increases, and the number of nodes belonging to each cluster increases.

reference

contribution

Everyone is welcome to contribute.