kirillseva / ClusterR

Gaussian mixture models, k-means, mini-batch-kmeans and k-medoids clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRAN_Status_Badge Travis-CI Build Status codecov.io Downloads

ClusterR


The ClusterR package consists of Gaussian mixture models, k-means, mini-batch-kmeans and k-medoids clustering algorithms with the option to plot, validate, predict (new data) and find the optimal number of clusters. The package takes advantage of 'RcppArmadillo' to speed up the computationally intensive parts of the functions. More details on the functionality of ClusterR can be found in the blog-post and in the package Vignette. ClusterR can be installed, currently, in the following OS's: Linux, Mac and Windows.

To install the package from CRAN use,

install.packages("ClusterR")


and to download the latest version from Github use the install_github function of the devtools package,

devtools::install_github('mlampros/ClusterR')


Use the following link to report bugs/issues,

https://github.com/mlampros/ClusterR/issues

About

Gaussian mixture models, k-means, mini-batch-kmeans and k-medoids clustering

License:Other


Languages

Language:R 59.5%Language:C++ 40.5%