[go: up one dir, main page]

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

[New Engine]: Consider fast (Rcpp), mini-batch alternatives for k-Means and another clustering (package ClusteR). #68

Open
coforfe opened this issue Aug 12, 2022 · 1 comment
Labels
New Engine 🚗 Add new engine

Comments

@coforfe
Copy link
coforfe commented Aug 12, 2022

Hi Emil,

Package ClusteR has some other alternatives for k-means:

  • Fast implementation: KMeans_arma and KMeans_rcpp.
  • KMeans-mini-batch for processing big files.

And for some other clustering approaches:

  • k-medoids.
  • Clara_medoids.
  • Gaussian Mixture Models.

Thanks,
Carlos.

@EmilHvitfeldt EmilHvitfeldt added the New Engine 🚗 Add new engine label Aug 30, 2022
@EmilHvitfeldt
Copy link
Member

Hello @coforfe 👋

thanks for the suggestions, we will look into it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Engine 🚗 Add new engine
Projects
None yet
Development

No branches or pull requests

2 participants