dbscan

From MaRDI portal
Software:28161



swMATH16291CRANdbscanMaRDI QIDQ28161

Density-Based Spatial Clustering of Applications with Noise (DBSCAN) and Related Algorithms

Michael Hahsler, Matthew Piekenbrock

Last update: 28 November 2023

Software version identifier: 1.1-11, 0.9-0, 0.9-1, 0.9-2, 0.9-3, 0.9-4, 0.9-5, 0.9-6, 0.9-7, 0.9-8, 1.0-0, 1.1-0, 1.1-1, 1.1-2, 1.1-3, 1.1-4, 1.1-5, 1.1-6, 1.1-7, 1.1-8, 1.1-9, 1.1-10, 1.1-12

Source code repository: https://github.com/cran/dbscan

Copyright license: GNU General Public License, version 3.0, GNU General Public License, version 2.0

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>.