Implement Single Linkage Clustering with Specified Initialization
1 次查看(过去 30 天)
显示 更早的评论
Suppose I have an
dataset X that I would like to implement single-linkage clustering (SLC) on. In addition to the dataset, I am given a fine-scale clustering C of the dataset.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/659935/image.png)
I would like to incorporate the information contained in C into my SLC dendogram by initializing SLC with the clustering C and combining clusters iteratively based on the single-linkage linkage function. Is there a way to specify the initialization of SLC in the MATLAB built-ins?
Thank you!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!