dbscan: Fast Density-Based Clustering with R

dbscan: Быстрая плотностная кластеризация с использованием R
Derek Doran, Michael Hahsler, Matthew Piekenbrock
2019-01-01

DBSCAN (density-based clustering)OPTICS (augmented ordering algorithm)dbscan R packageexperimental comparison with fpc ELKI WEKA PyClustering Scikit-Learn SPMFspatial indexing C++
This article describes the implementation and use of the R package dbscan, which provides complete and fast implementations of the popular density-based clustering algorithm DBSCAN and the augmented ordering algorithm OPTICS. Package dbscan uses advanced open-source spatial indexing data structures implemented in C++ to speed up computation. An important advantage of this implementation is that it is up-to-date with several improvements that have been added since the original algorithms were publications (e.g., artifact corrections and dendrogram extraction methods for OPTICS). We provide a consistent presentation of the DBSCAN and OPTICS algorithms, and compare dbscan's implementation with other popular libraries such as the R package fpc, ELKI, WEKA, PyClustering, SciKit-Learn, and SPMF in terms of available features and using an experimental comparison.
1
The R package dbscan provides complete and fast implementations of DBSCAN and OPTICS algorithms.
2
The implementation incorporates improvements added since the original publications, including artifact corrections and OPTICS dendrogram extraction methods.
3
The paper presents a consistent presentation of DBSCAN and OPTICS and compares dbscan to other libraries (fpc, ELKI, WEKA, PyClustering, SciKit-Learn, SPMF) in features and experimental performance.
4
dbscan uses advanced open-source spatial indexing data structures implemented in C++ to accelerate computation.

The R package dbscan (implementation of DBSCAN and OPTICS)

Efficient implementation, features, and performance comparison of density-based clustering algorithms (DBSCAN and OPTICS) including spatial indexing acceleration, artifact corrections, dendrogram extraction, and comparison to other libraries

Publication Details
Publication Date
2019-01-01
Journal
Publisher
ISSN
Access Type
Author Information
Authors
Derek Doran
Michael Hahsler
Matthew Piekenbrock
Explore further
Open the scid.ai AI chat with a ready-made request: it will find papers on a similar topic and help build a literature review.
Find similar papers in the chat
Make a presentation
100%