目录 1. 案例分析 2. 常用参数的设置 参考链接 转自:https://blog.csdn.net/weixin_42887138/article/details/117708688 1. 案例分析 这里,我们来解读一下scipy中给出的层次聚类scipy.cluster.hierarchy的示例: import numpy as np from scipy.cluster.hierarchy import dendrogram, linkage,fcluster from matplotlib import pyplot as plt X