
public static class LBABOD.Parameterizer<V extends NumberVector<?>> extends FastABOD.Parameterizer<V>
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
l
Number of outliers to find. 
 | 
static OptionID | 
L_ID
Parameter to specify the number of outliers to compute exactly. 
 | 
k, K_IDKERNEL_FUNCTION_ID, kernelFunction| Constructor and Description | 
|---|
LBABOD.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected LBABOD<V> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID L_ID
protected int l
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class FastABOD.Parameterizer<V extends NumberVector<?>>config - Parameterization to add options to.protected LBABOD<V> makeInstance()
AbstractParameterizermakeInstance in class FastABOD.Parameterizer<V extends NumberVector<?>>