Re: [scikit-learn] A basic question about kmeans algorithms elkan and llyod

2020-03-30 Thread
Hi, Thanks for your suggestion of the paper. However, the paper shows many more algorithms and finds out different algorithms show different performance on dataset with various dimensions, Lloyd algorithm not included. What I want to know is that can we remove the Lloyd algorithm in kmeans of s

Re: [scikit-learn] A basic question about kmeans algorithms elkan and llyod

2020-03-31 Thread
cases the speedup is <1, it means elkans is slower than lloyd. Elkans is also more memory intensive, so you can see some missing values in that where the computation couldn't be performed, but lloyd could. On 3/30/20 3:33 AM, 樊 书华 wrote: Hi, Thanks for your suggestion of the paper. Howeve