How to get flat clustering corresponding to color clusters in the dendrogram created by scipy

前端 未结 4 1008
时光说笑
时光说笑 2020-12-03 00:03

Using the code posted here, I created a nice hierarchical clustering:

\"scipy

Let\'s say t

4条回答
  •  暖寄归人
    2020-12-03 00:33

    You can also try cut_tree, it has a height parameter that should give you what you want for ultrametrics.

提交回复
热议问题