public static class FDBSCAN.Parameterizer extends AbstractParameterizer
FDBSCANNeighborPredicate.| Modifier and Type | Field and Description | 
|---|---|
protected double | 
epsilon
Epsilon radius 
 | 
protected int | 
minPts
MinPts of DBSCAN. 
 | 
protected int | 
sampleSize
The size of samplesets that should be drawn for neighborcheck. 
 | 
protected RandomFactory | 
seed
Random generator. 
 | 
protected double | 
threshold
The relative amount of epsilon-close pairings determined by the
 neighborcheck. 
 | 
| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected FDBSCAN | 
makeInstance()
Make an instance after successful configuration. 
 | 
void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makeprotected double epsilon
protected int sampleSize
protected double threshold
protected RandomFactory seed
protected int minPts
public void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected FDBSCAN makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.