K-means clustering

From Machinelearning
Revision as of 17:09, 31 March 2020 by Sebastian (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.[2]