Programming a Hierarchical tree structure, keeps branching out unless specific criteria is met.
1 次查看(过去 30 天)
显示 更早的评论
I have got a data matrix and i want to perform clustering on it to split it into two clusters. The program needs to continue branching out into two clusters untill some stopping conditions are met. I need to save the cluster/data where the stopping conditions are met. I am unable to understand how to program this although similar thing is done using hierarchical clustering but i dont want to use hierarchical clustering.
0 个评论
回答(1 个)
Yeshwanth Devara
2017-5-17
From the description, the problem you are trying to solve appears like hierarchical clustering. You can refer to the documentation here for sample examples.
If you do not prefer to use hierarchical, You may also try clustering using Gaussian mixture models. Refer to the documentation at https://www.mathworks.com/discovery/cluster-analysis.html .
Here are some other popular clustering algorithms used for the same purpose. This can help you get started with choosing the algorithm : https://www.mathworks.com/discovery/cluster-analysis.html
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!