When we applied k-means cluster on FM, where FM is Feature Matrix with k=2 it gives us 2 cluster, again we want to apply k-means for the obtained clusters individually until clusters becomes single value. How to apply k-means cluster recursively.

1 view (last 30 days)
The description is in Description file.

Accepted Answer

Image Analyst
Image Analyst on 15 Mar 2018
Use a while loop.

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!