Does K-means Always Converge To The Same?
Does K-means Always Converge To The Same? 1 Answer. The algorithm always converges (by-definition) but not necessarily to global optimum. The algorithm may switch from centroid to centroid but this is a parameter of the algorithm ( precision , or delta ). This is sometimes refered as “cycling”. Why k-means not converge? explained, the K-means