MATLAB: 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.

Statistics and Machine Learning Toolboxtried

The description is in Description file.

Best Answer

Use a while loop.
Related Question