Other packages > Find by keyword >

ClusterR  

Gaussian Mixture Models, K-Means, Mini-Batch-Kmeans, K-Medoids and Affinity Propagation Clustering
View on CRAN: Click here


Download and install ClusterR package within the R console
Install from CRAN:
install.packages("ClusterR")

Install from Github:
library("remotes")
install_github("cran/ClusterR")

Install by package version:
library("remotes")
install_version("ClusterR", "1.3.6")



Attach the package and use:
library("ClusterR")
Maintained by
Lampros Mouselimis
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-09-06
Latest Update: 2024-06-18
Description:
Gaussian mixture models, k-means, mini-batch-kmeans, k-medoids and affinity propagation clustering with the option to plot, validate, predict (new data) and estimate the optimal number of clusters. The package takes advantage of 'RcppArmadillo' to speed up the computationally intensive parts of the functions. For more information, see (i) "Clustering in an Object-Oriented Environment" by Anja Struyf, Mia Hubert, Peter Rousseeuw (1997), Journal of Statistical Software, ; (ii) "Web-scale k-means clustering" by D. Sculley (2010), ACM Digital Library, ; (iii) "Armadillo: a template-based C++ library for linear algebra" by Sanderson et al (2016), The Journal of Open Source Software, ; (iv) "Clustering by Passing Messages Between Data Points" by Brendan J. Frey and Delbert Dueck, Science 16 Feb 2007: Vol. 315, Issue 5814, pp. 972-976, .
How to cite:
Lampros Mouselimis (2016). ClusterR: Gaussian Mixture Models, K-Means, Mini-Batch-Kmeans, K-Medoids and Affinity Propagation Clustering. R package version 1.3.6, https://cran.r-project.org/web/packages/ClusterR. Accessed 15 Jul. 2026.
Previous versions and publish date:
1.0.0 (2016-09-06 15:59), 1.0.1 (2016-09-09 10:13), 1.0.3 (2016-10-08 22:25), 1.0.4 (2017-02-02 17:38), 1.0.5 (2017-02-11 10:26), 1.0.6 (2017-08-03 17:15), 1.0.7 (2017-10-14 00:14), 1.0.8 (2017-10-28 15:59), 1.0.9 (2017-11-30 14:00), 1.1.0 (2018-01-17 19:02), 1.1.1 (2018-02-26 18:17), 1.1.2 (2018-05-04 00:41), 1.1.3 (2018-07-21 23:00), 1.1.4 (2018-08-22 18:10), 1.1.5 (2018-10-05 12:12), 1.1.6 (2018-11-08 17:30), 1.1.7 (2018-12-10 01:00), 1.1.8 (2019-01-11 13:40), 1.1.9 (2019-04-14 08:42), 1.2.0 (2019-07-18 08:35), 1.2.1 (2019-11-29 20:50), 1.2.2 (2020-05-12 11:10), 1.2.3 (2021-05-03 20:20), 1.2.4 (2021-05-04 07:30), 1.2.5 (2021-05-21 08:40), 1.2.6 (2022-01-28 00:40), 1.2.7 (2022-09-21 07:00), 1.2.8 (2022-12-03 09:32), 1.2.9 (2022-12-13 08:50), 1.3.0 (2023-01-21 10:40), 1.3.1 (2023-04-29 21:00), 1.3.2 (2023-12-04 19:00), 1.3.3 (2024-06-18 07:00), 1.3.4 (2025-09-14 18:50), 1.3.5 (2025-10-18 17:10), (2026-07-09 08:00)
Other packages that cited ClusterR R package
View ClusterR citation profile
Other R packages that ClusterR depends, imports, suggests or enhances
Complete documentation for ClusterR
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

binhf  
Haar-Fisz Functions for Binomial Data
Binomial Haar-Fisz transforms for Gaussianization as in Nunes and Nason (2009). ...
Download / Learn more Package Citations See dependency  
gamlss.add  
Extra Additive Terms for Generalized Additive Models for Location Scale and Shape
Interface for extra smooth functions including tensor products, neural networks and decision trees. ...
Download / Learn more Package Citations See dependency  
PermAlgo  
Permutational Algorithm to Simulate Survival Data
This version of the permutational algorithm generates a dataset in which event and censoring times ...
Download / Learn more Package Citations See dependency  
SECFISH  
Disaggregate Variable Costs
These functions were developed within SECFISH project (Strengthening regional cooperation in the are ...
Download / Learn more Package Citations See dependency  
pulseTD  
Identification of Transcriptional Dynamics using Pulse Models via 4su-Seq Data and RNA-Seq Data
A tool for analyzing the transcription, processing and degradation rates of genes by 4sU-seq (the Me ...
Download / Learn more Package Citations See dependency  
gscaLCA  
Generalized Structure Component Analysis- Latent Class Analysis & Latent Class Regression
Execute Latent Class Analysis (LCA) and Latent Class Regression (LCR) by using Generalized Structu ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

239,283

Dependencies

73,837

Author Associations

27,807

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA