O - vector typepublic static class SimpleKernelDensityLOF.Parameterizer<O extends NumberVector> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
k
The neighborhood size to use. 
 | 
(package private) KernelDensityFunction | 
kernel
Kernel density function parameter 
 | 
static OptionID | 
KERNEL_ID
Option ID for kernel density LOF kernel. 
 | 
distanceFunction| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SimpleKernelDensityLOF<O> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID KERNEL_ID
protected int k
KernelDensityFunction kernel
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O extends NumberVector>config - Parameterization to add options to.protected SimpleKernelDensityLOF<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.