Tackling Initial Centroid of K-Means with Distance Part (DP-KMeans)
The initial centroid is a fairly challenging problem in the k-means method because it can affect the clustering results. In addition, choosing the starting centroid of the cluster is not always appropriate, especially, when the number of groups increases.
cs.LG↗