Introduction - If you have any usage issues, please Google them yourself
k-means clustering is one of the most famous partition clustering algorithm, due to the simplicity and efficiency so that he became the most widely used in the clustering algorithm. Given a collection of data points and the number of clusters k, k specified by the user, the k-means algorithm based on a distance function repeated data points into k clusters.