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

k-means initialization procedures #13

Open
corybrunson opened this issue Oct 16, 2020 · 0 comments
Open

k-means initialization procedures #13

corybrunson opened this issue Oct 16, 2020 · 0 comments

Comments

@corybrunson
Copy link
Owner

There exist a variety of sampling procedures, intended for use with k-means clustering, that are similar in spirit to those in development here but random rather than deterministic: see Ostrovsky &al (2012) and Arthur & Vassilvitskii (2006). Some of these are implemented, but to my knowledge only in k-means–specific packages like flexclust. In the medium term, it may be worthwhile to provide them here, to make multi-package analysis pipelines more flexible.

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