public class DistanceDBSCAN extends SparseMatrixDBSCAN implements DistanceClusterer<DoubleDBSCANClusters>
DBSCAN
using a SparseMatrix
of distancesDBSCAN.State
noiseAsClusters
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, toString
setNoiseAsClusters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
performClustering
public 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