K-Means

Home > Computer Science > Algorithms and data structures > Machine learning algorithms > K-Means

Clustering is one of the machine learning techniques in which an algorithm will group the data by itself. K-means is the simplest example of this.