Computer Science, asked by Imsaki8564, 1 year ago

What is meant by k means clustering algorithm?

Answers

Answered by rehabsadaf
0
k-means is one of the simplest unsupervised learningalgorithms that solve the well known clustering problem. The procedure follows a simple and easy way to classify a given data set through a certain number of clusters(assume k clusters) fixed apriori. The main idea is todefine k centers, one for each cluster.
hope this helps!!!!
Similar questions