1
20kviews
Explain K-means clustering algorithm? Apply K-Means algorithm for the following Data Set = { 15, 15, 16, 19, 20, 21, 22, 28, 35, 40, 41, 42, 43, 44, 60, 61, 65}
1 Answer
2
2.3kviews

K-means Clustering:

In K-means approach the data objects are classified based on their attributes or features into k number of clusters. The number of clusters i.e K is an input given by the user. K-means is one of the simplest unsupervised learning algorithms.

K-means Algorithm:

K- number of clusters

n- …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.