Get sub-clusters from hierarchical tree

4 ビュー (過去 30 日間)
Tien Do Huu
Tien Do Huu 2017 年 2 月 17 日
編集済み: Tien Do Huu 2017 年 2 月 17 日
Hello, I use function linkage to create a tree for clustering. To really make clusters, I use function cluster as follows:
NUM_CLUSTERS = 100;
cluster_indexes = cluster(tree,'maxclust',NUM_CLUSTERS);
This will give me 100 clusters. The second option is to use a cut-off threshold. In both cases, the function gives me the cluster indexes for data points. Now because some clusters have much larger size, I want to go down to the lower level and get sub-clusters with smaller sizes from a large cluster. How can I do that?

回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by