dbscan
Density-Based Spatial Clustering of Applications with Noise (DBSCAN) and Related Algorithms
A fast reimplementation of several density-based algorithms of the DBSCAN family. Includes the clustering algorithms DBSCAN (density-based spatial clustering of applications with noise) and HDBSCAN (hierarchical DBSCAN), the ordering algorithm OPTICS (ordering points to identify the clustering structure), shared nearest neighbor clustering, and the outlier detection algorithms LOF (local outlier factor) and GLOSH (global-local outlier score from hierarchies). The implementations use the kd-tree data structure (from library ANN) for faster k-nearest neighbor search. An R interface to fast kNN and fixed-radius NN search is also provided. Hahsler, Piekenbrock and Doran (2019)
- Version1.2-0
- R version≥ 3.2.0
- LicenseGPL-2
- LicenseGPL-3
- Needs compilation?Yes
- dbscan citation info
- Last release06/28/2024
Documentation
Team
Michael Hahsler
Matthew Piekenbrock
Show author detailsRolesAuthor, Copyright holderSunil Arya
Show author detailsRolesContributor, Copyright holderDavid Mount
Show author detailsRolesContributor, Copyright holder
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Depends1 package
- Imports3 packages
- Suggests9 packages
- Linking To1 package
- Reverse Imports49 packages
- Reverse Suggests21 packages