Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow subsampling for kmeans++ initialization #1

Open
mynameisfiber opened this issue Sep 5, 2013 · 0 comments
Open

Allow subsampling for kmeans++ initialization #1

mynameisfiber opened this issue Sep 5, 2013 · 0 comments

Comments

@mynameisfiber
Copy link
Owner

Currently, the kmeanspp functions require allocating an array of size N in order to compute the PDF over all points for a new cluster. We should be able to subsample this to speed up the calculation and reduce memory usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant