public class DistanceDBSCAN extends SparseMatrixDBSCAN implements DistanceClusterer<DoubleDBSCANClusters>
DBSCAN using a SparseMatrix of distancesDBSCAN.StatenoiseAsClusters| Constructor and Description |
|---|
DistanceDBSCAN(double eps,
int minPts) |
| Modifier and Type | Method and Description |
|---|---|
DoubleDBSCANClusters |
cluster(SparseMatrix data) |
DoubleDBSCANClusters |
clusterDistance(SparseMatrix data) |
getEps, performClustering, setEps, toStringsetNoiseAsClustersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitperformClusteringpublic DistanceDBSCAN(double eps, int minPts)
eps - minPts - public DoubleDBSCANClusters cluster(SparseMatrix data)
cluster in interface DataClusterer<SparseMatrix,DoubleDBSCANClusters>data - the data to be clusteredpublic DoubleDBSCANClusters clusterDistance(SparseMatrix data)
clusterDistance in interface DistanceClusterer<DoubleDBSCANClusters>data - the distance matrix