How to build Hierarchical Clusters?
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I know the possibility of using linkage(X,'single','cityblock') and cluster(). My problem is that the btree cluster output is nondeterministic when different input data is used. That is quite logical of course. However, in my special case it would be very convenient to know that on the lowest cluster level the distances between the points is exactly zero, on the next level 1 and so on, no matter how homogen or heterogen the data is structured. This may lead holes but this is no problem here.
Is there a possibility to tweak the cluster() function to work this way?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!