public static class DBSCAN.Parameterizer<O,D extends Distance<D>> extends AbstractDistanceBasedAlgorithm.Parameterizer<O,D>
Modifier and Type | Field and Description |
---|---|
protected D |
epsilon |
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 |
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 |
---|
DBSCAN.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected DBSCAN<O,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID EPSILON_ID
public static final OptionID MINPTS_ID
protected int minpts
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<O,D extends Distance<D>>
config
- Parameterization to add options to.protected DBSCAN<O,D> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer