rvkupper / 8CC00_2

0 stars 0 forks source link

clustering.py - Iteration in k-means is missing #1

Closed rvkupper closed 3 years ago

rvkupper commented 3 years ago

k-means now calculates euclidean distance to generated centroids and then finishes, instead of updating its centroids.

rvkupper commented 3 years ago

Solved in commit 79e21b1b2fb36b12dbb933b4179eaddbab582e07

function for new centroid calculation was updated and implemented in k-means.