/kMeansClustering

A simple Kmeans Cluster code using python that randomly initialize points and centroids, then cluster the points to the nearest centroids using the kmeans cluster algorithm .

Primary LanguagePython

No issues in this repository yet.