densityClust: Clustering by Fast Search and Find of Density Peaks
An improved implementation (based on k-nearest neighbors) of the 
    density peak clustering algorithm, originally described by Alex Rodriguez 
    and Alessandro Laio (Science, 2014 vol. 344) <doi:10.1126/science.1242072>. 
    It can handle large datasets (> 100, 000 samples) very efficiently. It was 
    initially implemented by Thomas Lin Pedersen, with inputs from Sean Hughes 
    and later improved by Xiaojie Qiu to handle large datasets with kNNs.
| Version: | 
0.3.2 | 
| Imports: | 
Rcpp, FNN, Rtsne, ggplot2, ggrepel, grDevices, gridExtra, RColorBrewer | 
| LinkingTo: | 
Rcpp | 
| Suggests: | 
testthat, covr | 
| Published: | 
2022-03-06 | 
| Author: | 
Thomas Lin Pedersen [aut, cre],
  Sean Hughes [aut],
  Xiaojie Qiu [aut] | 
| Maintainer: | 
Thomas Lin Pedersen  <thomasp85 at gmail.com> | 
| BugReports: | 
https://github.com/thomasp85/densityClust/issues | 
| License: | 
GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] | 
| URL: | 
https://github.com/thomasp85/densityClust | 
| NeedsCompilation: | 
yes | 
| Materials: | 
README NEWS  | 
| CRAN checks: | 
densityClust results | 
Documentation:
Downloads:
Reverse dependencies:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=densityClust
to link to this page.