/k_means

k_means Algorithm in python with example (Andrew Machine Learning Course)

Primary LanguagePython

k_means

Use 'k_means" function and give it (X, k, max_iter):

X is the data

k is the number of clusters

max_iter is the number of iterations