RPEClust: Random Projection Ensemble Clustering Algorithm

Implements the methodology proposed by Anderlucci, Fortunato and Montanari (2019) <arXiv:1909.10832> for high-dimensional unsupervised classification. The random projection ensemble clustering algorithm applies a Gaussian Mixture Model to different random projections of the high-dimensional data and selects a subset of solutions accordingly to the Bayesian Information Criterion, computed here as discussed in Raftery and Dean (2006) <doi:10.1198/016214506000000113>. The clustering results obtained on the selected projections are then aggregated via consensus to derive the final partition.

Getting started

Package details

AuthorL. Anderlucci [aut], F. Fortunato [aut, cre], A. Montanari [ctb]
MaintainerFrancesca Fortunato <francesca.fortunato3@unibo.it>
LicenseGPL-3
Version0.1.0
URL https://arxiv.org/abs/1909.10832
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("RPEClust")

Try the RPEClust package in your browser

Any scripts or data that you put into this service are public.

RPEClust documentation built on Nov. 6, 2019, 5:08 p.m.