public static class DBOutlierDetection.Parameterizer<O,D extends Distance<D>> extends AbstractDBOutlier.Parameterizer<O,D>
Modifier and Type | Field and Description |
---|---|
protected double |
p |
d
distanceFunction
Constructor and Description |
---|
DBOutlierDetection.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected DBOutlierDetection<O,D> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configD
configure, make
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDBOutlier.Parameterizer<O,D extends Distance<D>>
config
- Parameterization to add options to.protected DBOutlierDetection<O,D> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer