
public static class OPTICSOF.Parameterizer<O,D extends NumberDistance<D,?>> extends AbstractDistanceBasedAlgorithm.Parameterizer<O,D>
| Modifier and Type | Field and Description |
|---|---|
protected int |
minpts |
distanceFunction| Constructor and Description |
|---|
OPTICSOF.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected OPTICSOF<O,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O,D extends NumberDistance<D,?>>config - Parameterization to add options to.protected OPTICSOF<O,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer