0
727views
How does the k-means algorithm work ? Write k-means algorithm for partitioning.

How does the k-means algorithm work ? Write k-means algorithm for partitioning.

1 Answer
0
3views


K-Means Algorithm :-

  • First, it randomly selects k of the objects in D, each of which initially represents a cluster mean or center.

  • For each of the remaining objects, an object is assigned to the cluster to which it is the most similar, based on the Euclidean distance between the …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.