public static class DBSCAN.Parameterizer<O> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
| Modifier and Type | Field and Description | 
|---|---|
protected double | 
epsilon
Holds the epsilon radius threshold. 
 | 
static OptionID | 
EPSILON_ID
Parameter to specify the maximum radius of the neighborhood to be
 considered, must be suitable to the distance function specified. 
 | 
protected int | 
minpts
Holds the minimum cluster size. 
 | 
static OptionID | 
MINPTS_ID
Parameter to specify the threshold for minimum number of points in the
 epsilon-neighborhood of a point, must be an integer greater than 0. 
 | 
distanceFunction| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected DBSCAN<O> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID EPSILON_ID
public static final OptionID MINPTS_ID
protected double epsilon
protected int minpts
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O>config - Parameterization to add options to.protected DBSCAN<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.