
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 |
|---|
SimpleKernelDensityLOF.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
public SimpleKernelDensityLOF.Parameterizer()
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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.