public abstract class SparseMatrixDBSCAN extends DBSCAN implements SparseMatrixClusterer<DoubleDBSCANClusters>
DBSCAN.StatenoiseAsClusters| Constructor and Description |
|---|
SparseMatrixDBSCAN(double eps,
int minPts)
Perform a DBScane with this configuration
|
| Modifier and Type | Method and Description |
|---|---|
double |
getEps() |
int[][] |
performClustering(SparseMatrix data) |
void |
setEps(double eps) |
String |
toString() |
setNoiseAsClustersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclusterpublic SparseMatrixDBSCAN(double eps, int minPts)
eps - minPts - public int[][] performClustering(SparseMatrix data)
performClustering in interface Clusterer<SparseMatrix>public double getEps()
public void setEps(double eps)
eps - the new eps