
public static class FastABOD.Parameterizer<V extends NumberVector> extends ABOD.Parameterizer<V>
| Modifier and Type | Field and Description |
|---|---|
protected int |
k
Number of neighbors.
|
static OptionID |
K_ID
Parameter for the nearest neighbors.
|
KERNEL_FUNCTION_ID, kernelFunction| Constructor and Description |
|---|
FastABOD.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected FastABOD<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID K_ID
protected int k
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class ABOD.Parameterizer<V extends NumberVector>config - Parameterization to add options to.protected FastABOD<V> makeInstance()
AbstractParameterizermakeInstance in class ABOD.Parameterizer<V extends NumberVector>Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.