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) doi:10.18637/jss.v091.i01.
- Version1.2-0
- R versionunknown
- LicenseGPL-2
- LicenseGPL-3
- Needs compilation?Yes
- dbscan citation info
- Last release06/28/2024
Documentation
Team
Michael Hahsler
MaintainerShow author detailsSunil Arya
Show author detailsRolesContributor, Copyright holderDavid Mount
Show author detailsRolesContributor, Copyright holderMatthew Piekenbrock
Show author detailsRolesAuthor, 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
- Imports2 packages
- Suggests9 packages
- Linking To1 package
- Reverse Imports34 packages
- Reverse Suggests17 packages