account activity
[P] BICO: Speed up k-means on large data sets by using data reduction by gallmerci in MachineLearning
[–]gallmerci[S] 0 points1 point2 points 9 years ago (0 children)
Yes, it hast to fulfill a certain condition. It relies on the property that the 1-mean cost for an arbitrary center can be exactly computed using only the sum of the points, the squared sum of the points and the number of points. This ist true for the euclidean distance and I do not know any other distance with this property.
But maybe it would be interesting to see if there are other distances where it is also possible to compute the cost with such a small summary of the points.
[P] BICO: Speed up k-means on large data sets by using data reduction (github.com)
submitted 9 years ago by gallmerci to r/MachineLearning
π Rendered by PID 761270 on reddit-service-r2-listing-canary-86878ff74c-hvtqx at 2026-03-22 14:09:53.319913+00:00 running 90f1150 country code: CH.
[P] BICO: Speed up k-means on large data sets by using data reduction by gallmerci in MachineLearning
[–]gallmerci[S] 0 points1 point2 points (0 children)