1
5.3kviews
Explain K Means clustering algorithm? Apply K Means algorithms for the following data set with two clusters. Data set = {1, 2, 6, 7, 8, 10, 15, 17, 20}
1 Answer
0
468views

K Means Clustering

  • K-Means clustering is an unsupervised iterative clustering technique.
  • It partitions the given data set into k predefined distinct clusters.
  • A cluster is defined as a collection of data points exhibiting certain similarities.

K Means Clustering

  • It partitions the data set in such a way that -
    • Each data point belongs …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.