user3595576
user3595576

Reputation: 21

Calculate the Error of Kmeans Clustering

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

Answers (1)

berak
berak

Reputation: 39796

As you can see in the docs for kmeans,

The function returns the compactness measure

Upvotes: 1

Related Questions