Question

how do you test your own k-means implementation for multidimensional data sets?

I was thinking of running an already existing implementation (i.e. Matlab) on the data and compare the results with my algorithm. But this would require both algorithms to work more than roughly the same and the mapping between the two results probably is no piece of cake.

Do you have a better idea?

Was it helpful?

Solution

See answers of the same question over at Cross Validated: How do you test an implementation of k-means?.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top