kmeans
kmeans copied to clipboard
Initialization methods
- [x] kmeans++
- [ ] Random partition
http://ilpubs.stanford.edu:8090/778/1/2006-13.pdf
What is random partition? @maasencioh
As far as I remember is related to this
https://pdfs.semanticscholar.org/d853/79ef05fd9b02f71f947f1b58df474773767f.pdf
thanks @maasencioh I implemented kmeans++ and made it the default init algo. It was converging faster than the other methods.