+1 vote
in Data Analytics by
what is K-mean Algorithm?

1 Answer

0 votes
by

K mean is a famous partitioning method.  Objects are classified as belonging to one of K groups, k chosen a priori.

In K-mean algorithm,

  1. The clusters are spherical: the data points in a cluster are centered around that cluster
  2. The variance/spread of the clusters is similar: Each data point belongs to the closest cluster

Related questions

0 votes
asked Mar 20, 2023 in Clustering - The Data Ensemble by john ganales
0 votes
asked Mar 19, 2023 in Clustering - The Data Ensemble by Robin
...