public static class DBOutlierDetection.Parameterizer<O> extends AbstractDBOutlier.Parameterizer<O>
Modifier and Type | Field and Description |
---|---|
protected double |
p
Density threshold p.
|
static OptionID |
P_ID
Parameter to specify the minimum fraction of objects that must be outside
the D- neighborhood of an outlier
|
d, D_ID
distanceFunction
Constructor and Description |
---|
DBOutlierDetection.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected DBOutlierDetection<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configD
configure, make
public static final OptionID P_ID
protected double p
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDBOutlier.Parameterizer<O>
config
- Parameterization to add options to.protected DBOutlierDetection<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.