Kmeans vs imsegkmeans, what the difference?
Show older comments
Hi, Im currently working on image segmentation and was wondering what the difference bewtween the two functions is?
1 Comment
Adam
on 13 Jan 2020
I imagine they use the same code under the hood, though each is only available in a specific toolbox and imsegkmeans looks like it is just a helpful wrapper function that does some of the work for you, mostly in terms of repeatability, judging from the top at the bottom. By default kmeans uses randomness in initialisation which means it will give different results each time, whereas imsegkmeans apparently does not do this and returns repeatable results each time. You can parameterise kmeans to do this also, it just isn't the default behaviour.
Accepted Answer
More Answers (0)
Categories
Find more on k-Means and k-Medoids Clustering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!