O - Vector type to usepublic static class GriDBSCAN.Parameterizer<O extends NumberVector> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
| Modifier and Type | Field and Description |
|---|---|
protected double |
epsilon
Holds the epsilon radius threshold.
|
static OptionID |
GRID_ID
Parameter to control the grid width.
|
protected double |
gridwidth
Width of the grid cells.
|
protected int |
minpts
Holds the minimum cluster size.
|
distanceFunction| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected GriDBSCAN<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID GRID_ID
protected double epsilon
protected int minpts
protected double gridwidth
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O extends NumberVector>config - Parameterization to add options to.protected GriDBSCAN<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.