摘要:
Linkage: Agglomerative hierarchical cluster tree(凝聚成层次聚类树) 语法: 解释: Z=linkage(x),返回Z,是一个X矩阵中行的分层聚类树(用最短距离算法生成具有层次结构的聚类树)。输入的X为pdist函数输出的距离向量矩阵(pdist函数参 阅读全文
posted @ 2018-07-16 13:44
Mrfanl
阅读(10264)
评论(1)
推荐(0)
摘要:
Pairwise distance between pairs of object(Pdist函数用于各种距离的生成) 语法: D=pdist(x) D=pdist(x,distance) 解释: D=pdist(x) 计算m*n的数据矩阵中对象之间的欧几里得距离。矩阵中每一行作为observati 阅读全文
posted @ 2018-07-16 11:43
Mrfanl
阅读(6885)
评论(0)
推荐(0)