K-means clustering

From Machinelearning
Revision as of 17:10, 31 March 2020 by Sebastian (talk | contribs)

The K-Means clustering algorithm, a commonly used clustering algorithm, is an iterative process used to minimize the distance of the data point from the average data point in the cluster.[1] The k-means algorithm is one of the fastest clustering algorithms available.KMeansscikit-learn.org

References