public class SimilarityDBSCAN extends SparseMatrixDBSCAN implements SimilarityClusterer<DoubleDBSCANClusters>
DBSCAN using a SparseMatrix of similaritiesDBSCAN.StatenoiseAsClusters| 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, toStringsetNoiseAsClustersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitperformClusteringpublic 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