
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_IDdistanceFunction| 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.
|
configDconfigure, makepublic static final OptionID P_ID
protected double p
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDBOutlier.Parameterizer<O>config - Parameterization to add options to.protected DBOutlierDetection<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.