+1 vote
in Data Science by
What is the K-means clustering method?

2 Answers

0 votes
by

K-means clustering is an important unsupervised learning method. It is the technique of classifying data using a certain set of clusters which is called K clusters. It is deployed for grouping to find out the similarity in the data.

0 votes
by

K-means clustering is a method of clustering data into K groups based on their similarity.

...