mlampros / ClusterR

Gaussian mixture models, k-means, mini-batch-kmeans and k-medoids clustering
https://mlampros.github.io/ClusterR/
84 stars 29 forks source link

what is the meaning of “squared norm of the centroids”? #30

Closed A-Pai closed 2 years ago

A-Pai commented 2 years ago

what is the meaning of “squared norm of the centroids”? image Is it the average distance that the centroids shifts during iteration?

mlampros commented 2 years ago

Issues on a Github repository are meant for problems related to the code. You might have to open a stackoverflow issue (or on similar web platform) for information related to clustering terms.

mlampros commented 2 years ago

I'll close the issue for now. Feel free to re-open it in case that the code does not work as expected.