Anyone an expert in K-means clustering?
Show older comments
I have a really large matrix and I have two different classes with many different parameters involved. When I try to use K-means clustering, I get a weird graph with like hundreds of vertical blue lines. Why is this?
X = mydata(1:1016,1);
IDX = kmeans(X,2);
plot(IDX)
Thanks in advance!
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!