algo-hhu / FLSpp

Implementation of the FLS++ algorithm for K-Means clustering.
https://www.algo.hhu.de/
MIT License
4 stars 1 forks source link

Fix cost computation for weighted instances #20

Open giuliabaldini opened 3 months ago

zoubohao commented 2 months ago

HI authors

I like this algorithm very much. I think running several steps after swapping the centers is a genius idea. I want to ask if this repo fixed the cost computation for weighted instances. I think this may be an issue if I know the weights of some data points.

Thank you for providing this nice algorithm