Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
scipy.cluster.hierarchy.linkage 函数输出集群树,但是是否有一个函数可以输出层次树中的所有集群?
层次聚类中存在(最多)2*n-1聚类。
2*n-1
看着所有这些是不明智的。
相反,要了解树状图是什么,以及如何根据需要从中提取平面分区,例如使用fcluster函数。
fcluster