@MathWorks Support Team ? :-)
Is there any implementation of the KMD clustering in Matlab ?
3 views (last 30 days)
Show older comments
Is there any implementation of the KMD clustering in Matlab?
The following picture, from KMD clustering: Robust generic clustering of biological data, shows a visual result from KMD:

Accepted Answer
Image Analyst
on 29 Sep 2022
Well we have dbscan which would work well for bullseye-shaped data. See attached demo db scan demo. I've also included my other clustering demos for what it's worth. (Please let me know if any don't work right out of the box.)
The fact that they have clusters broken up by color where normally you would not (like the 3rd, 4th and 5th patterns in the top row) tells me that they're just displaying two features (x and y) but they're using something additional to determine clusters, because there is no way dbscan would take that pattern in the outer ring and divide it up into 6 clusters (pink, brown, green, purple, blue, and black) instead of only 1. They must have a 3rd feature, or more, that they're not plotting.
3 Comments
More Answers (0)
See Also
Categories
Find more on Cluster Analysis 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!