Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
您可以使用严格的方法对此类数据进行聚类。根据距离矩阵,您可以使用 UPGMA 或 邻居加入
单链接或完全链接也是基于距离的聚类方法。
You can use severel methodes to cluster such data.Based on the distance matrix you can use UPGMA or neighbor joining
Single linkage or complete linkage are also distance based cluster methodes.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
您可以使用严格的方法对此类数据进行聚类。
根据距离矩阵,您可以使用 UPGMA 或 邻居加入
单链接或完全链接也是基于距离的聚类方法。
You can use severel methodes to cluster such data.
Based on the distance matrix you can use UPGMA or neighbor joining
Single linkage or complete linkage are also distance based cluster methodes.