tidyclust icon indicating copy to clipboard operation
tidyclust copied to clipboard

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

Open coforfe opened this issue 3 years ago • 1 comments
trafficstars

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.

coforfe avatar Aug 12 '22 17:08 coforfe

Hello @coforfe 👋

thanks for the suggestions, we will look into it!

EmilHvitfeldt avatar Aug 30 '22 20:08 EmilHvitfeldt