Clustering [k-means]



Overview and implementation of clustering algorithm using the k-means technique.

Synthetic data


synthetic data

Algorithm


Elbow method


Method to define the number of K.

elbow method

Application


Based on elbow method $C_1$ is 3 and $C_2$ is 6.

k-means