ADPclust: Fast Clustering Using Adaptive Density Peak Detection

An implementation of ADPclust clustering procedures (Fast Clustering Using Adaptive Density Peak Detection). The work is built and improved upon the idea of Rodriguez and Laio (2014)<doi:10.1126/science.1242072>. 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 a user interactive algorithm that allows the user to manually selects cluster centroids from a two dimensional "density-distance plot". Here is the research article associated with this package: "Wang, Xiao-Feng, and Yifan Xu (2015)<doi:10.1177/0962280215609948> Fast clustering using adaptive density peak detection." Statistical methods in medical research". url: http://smm.sagepub.com/content/early/2015/10/15/0962280215609948.abstract.

Version: 0.7
Depends: R (≥ 3.0.0)
Imports: dplyr, cluster, fields, knitr
Suggests: rmarkdown, testthat
Published: 2016-10-15
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
In views: Cluster
CRAN checks: ADPclust results

Documentation:

Reference manual: ADPclust.pdf
Vignettes: ADPclust-vignette

Downloads:

Package source: ADPclust_0.7.tar.gz
Windows binaries: r-devel: ADPclust_0.7.zip, r-release: ADPclust_0.7.zip, r-oldrel: ADPclust_0.7.zip
macOS binaries: r-release (arm64): ADPclust_0.7.tgz, r-oldrel (arm64): ADPclust_0.7.tgz, r-release (x86_64): ADPclust_0.7.tgz
Old sources: ADPclust archive

Reverse dependencies:

Reverse suggests: FCPS

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ADPclust to link to this page.