Simple-k-Means-Clustering-Python icon indicating copy to clipboard operation
Simple-k-Means-Clustering-Python copied to clipboard

Simple k-means clustering (centroid-based) using Python

Results 1 Simple-k-Means-Clustering-Python issues
Sort by recently updated
recently updated
newest added

Hi, Shouldn't you take a weighted average to re-calculate the centroid of the cluster [here](https://github.com/corvasto/Simple-k-Means-Clustering-Python/blob/master/kMeansClustering.py#L12)?