Reputation: 21
How do we calculate error of k-means clustering problem ? I have done the k-means clustering. Now I am looking for calculation of error of K-means Clustering. How could i do that ? please help me.
Upvotes: 0
Views: 426
Reputation: 39796
As you can see in the docs for kmeans,
The function returns the compactness measure
Upvotes: 1