Hi,
I perform Kmeans algorithm with k=3, at every run I get a new order for the centroid values:
a. mu = 79.41 151.34 185.45
b. mu = 185.45 79.41 151.34
c. mu = 185.45 151.34 79.41
so how I can stabilize the centroid order to get the correspond class label?
thank you