kmeans icon indicating copy to clipboard operation
kmeans copied to clipboard

Initialization methods

Open maasencioh opened this issue 9 years ago • 5 comments

  • [x] kmeans++
  • [ ] Random partition

maasencioh avatar Oct 05 '16 15:10 maasencioh

http://ilpubs.stanford.edu:8090/778/1/2006-13.pdf

targos avatar May 15 '18 11:05 targos

What is random partition? @maasencioh

stropitek avatar May 23 '18 13:05 stropitek

As far as I remember is related to this

maasencioh avatar May 23 '18 13:05 maasencioh

https://pdfs.semanticscholar.org/d853/79ef05fd9b02f71f947f1b58df474773767f.pdf

maasencioh avatar May 23 '18 13:05 maasencioh

thanks @maasencioh I implemented kmeans++ and made it the default init algo. It was converging faster than the other methods.

stropitek avatar May 23 '18 13:05 stropitek