KMEANS delivers different results on the same data set?
Show older comments
I'm performing a cluster analysis on financial time series. The distance measure is correlation.
IDX = kmeans(data',2,'distance','correlation')
The formula above delivers different results on the same set of time series. I’m wondering how this is possible.
Thanks for your help!
2 Comments
Jan
on 10 Dec 2012
You told us one part of the story only: Different results compared to what?
Christian Maschner
on 10 Dec 2012
Accepted Answer
More Answers (0)
Categories
Find more on Statistics and Machine Learning Toolbox 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!