public class SimilarityDBSCAN extends SparseMatrixDBSCAN implements SimilarityClusterer<DoubleDBSCANClusters>
DBSCAN
using a SparseMatrix
of similaritiesDBSCAN.State
noiseAsClusters
Constructor and Description |
---|
SimilarityDBSCAN(double eps,
int minPts) |
Modifier and Type | Method and Description |
---|---|
DoubleDBSCANClusters |
cluster(SparseMatrix data) |
DoubleDBSCANClusters |
clusterSimilarity(SparseMatrix data) |
getEps, performClustering, setEps, toString
setNoiseAsClusters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
performClustering
public SimilarityDBSCAN(double eps, int minPts)
eps
- minPts
- public DoubleDBSCANClusters cluster(SparseMatrix data)
cluster
in interface DataClusterer<SparseMatrix,DoubleDBSCANClusters>
data
- the data to be clusteredpublic DoubleDBSCANClusters clusterSimilarity(SparseMatrix data)
clusterSimilarity
in interface SimilarityClusterer<DoubleDBSCANClusters>
data
- the similarity matrix