K-means clustering
Appearance
The k-means algorithm is a variant of the Expectation-Maximization algorithm in which the goal is to determine the k means of data generated from Gaussian distributions. k-means is an algorithm to cluster objects based on attributes into K number of partitions.