| Class | Description |
|---|---|
| ContectedComponentSimilarityClusterer |
Cluster based on connected components.
|
| DBSCAN |
Implementation of DBSCAN (http://en.wikipedia.org/wiki/DBSCAN) using
a
|
| DBSCAN.State | |
| DBSCANClusters | |
| DistanceDBSCAN |
DBSCAN using a SparseMatrix of distances |
| DoubleDBSCANClusters |
DBSCANClusters which also holds the original data |
| DoubleNNDBSCAN |
Implementation of DBSCAN (http://en.wikipedia.org/wiki/DBSCAN) using
a
|
| SimilarityDBSCAN |
DBSCAN using a SparseMatrix of similarities |
| SparseMatrixDBSCAN |
Implementation of DBSCAN (http://en.wikipedia.org/wiki/DBSCAN) using
a
|