⚠️There's a newer version (1.1-12) of this package. Take me there.

dbscan (version 0.9-3)

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

Description

A fast reimplementation of several density-based algorithms of the DBSCAN family for spatial data. Includes the DBSCAN (density-based spatial clustering of applications with noise) and OPTICS (ordering points to identify the clustering structure) clustering algorithms and the LOF (local outlier factor) algorithm. The implementations uses 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.

Copy Link

Version

Down Chevron

Install

install.packages('dbscan')

Monthly Downloads

26,969

Version

0.9-3

License

GPL (>= 2)

Maintainer

Last Published

September 3rd, 2015

Functions in dbscan (0.9-3)