An implementation of ADPclust clustering procedures (Fast Clustering Using Adaptive Density Peak Detection). The work is built and improved upon Rodriguez and Laio[2014]'s idea. ADPclust clusters data by finding density peaks in a density-distance plot generated from local multivariate Gaussian density estimation. It includes an automatic centroids selection and parameter optimization algorithm, which finds the number of clusters and cluster centroids by comparing average silhouettes on a grid of testing clustering results; It also includes an user interactive algorithm that allows the user to manually selects cluster centroids from a two dimensional "density-distance plot".
Version: | 0.6.5 |
Depends: | R (≥ 3.0.0) |
Imports: | dplyr, cluster, fields, knitr |
Suggests: | rmarkdown |
Published: | 2015-12-03 |
Author: | Yifan "Ethan" Xu [aut, cre], Xiao-Feng Wang [aut] |
Maintainer: | Yifan "Ethan" Xu <ethan.yifanxu at gmail.com> |
BugReports: | https://github.com/ethanyxu/ADPclust/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/ethanyxu/ADPclust |
NeedsCompilation: | no |
Citation: | ADPclust citation info |
Materials: | README |
CRAN checks: | ADPclust results |
Reference manual: | ADPclust.pdf |
Vignettes: |
ADPclust-vignette |
Package source: | ADPclust_0.6.5.tar.gz |
Windows binaries: | r-devel: ADPclust_0.6.5.zip, r-release: ADPclust_0.6.5.zip, r-oldrel: ADPclust_0.6.5.zip |
OS X Snow Leopard binaries: | r-release: ADPclust_0.6.5.tgz, r-oldrel: ADPclust_0.6.3.tgz |
OS X Mavericks binaries: | r-release: ADPclust_0.6.5.tgz |
Old sources: | ADPclust archive |