The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
K-Means Best K value
Hi,
I read few posts on selecting the best K value for K-means. I manually ran K-Means with few different K Values and a performance operator with Davies Bouldin. These are the values, and I am not sure how to interpret it. Please help.
K-Value Davies Bouldin
2 -0.664
3 -1.017
4 -1.039
5 -0.917
6 -0.881
7 -0.001
8 -0.831
9 -0.855
10 -0.819
1) Which is the optimal K-Value in the above, how do I find it
2) I did this manually, how can I do it using a loop parameter.
Thank you for your time.
I read few posts on selecting the best K value for K-means. I manually ran K-Means with few different K Values and a performance operator with Davies Bouldin. These are the values, and I am not sure how to interpret it. Please help.
K-Value Davies Bouldin
2 -0.664
3 -1.017
4 -1.039
5 -0.917
6 -0.881
7 -0.001
8 -0.831
9 -0.855
10 -0.819
1) Which is the optimal K-Value in the above, how do I find it
2) I did this manually, how can I do it using a loop parameter.
Thank you for your time.
0
Answers
For Davies-Bouldin the minimum shows the most interesting clustering. In general see my blog for many examples of cluster validity measures and how to automate applying them to clusters.
http://rapidminernotes.blogspot.co.uk/search/label/ClusterValidity
In particular see http://rapidminernotes.blogspot.co.uk/2011/03/counting-clusters-part-ii.html
regards
Andrew