public abstract class SparseMatrixDBSCAN extends DBSCAN implements SparseMatrixClusterer<DoubleDBSCANClusters>
DBSCAN.State
noiseAsClusters
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() |
setNoiseAsClusters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
cluster
public 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