Hi All,

I am doing clustering of some numerical data using KMeans algorithms(k=4).
My data consists of 2 decimal values[X,Y], let's say X&Y and expecting them
to be clustered into 4 clusters as LowX-LowY,LowX-HighY,HighX-LowY &
HighX-HighY. Though my 4 clusters are formed but I am unable to identify
which cluster belongs to which category. I can do it by mathematical
computations outside the logic but would be good if algo identifies it for me.

Thanks,
Karan

Reply via email to