
V - Vector typepublic static class NaiveMeanShiftClustering.Parameterizer<V extends NumberVector> extends AbstractDistanceBasedAlgorithm.Parameterizer<V>
| Modifier and Type | Field and Description |
|---|---|
(package private) KernelDensityFunction |
kernel
Kernel function.
|
static OptionID |
KERNEL_ID
Parameter for kernel function.
|
(package private) double |
range
Kernel radius.
|
static OptionID |
RANGE_ID
Parameter for kernel radius/range/bandwidth.
|
distanceFunction| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected NaiveMeanShiftClustering<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID KERNEL_ID
public static final OptionID RANGE_ID
KernelDensityFunction kernel
double range
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector>config - Parameterization to add options to.protected NaiveMeanShiftClustering<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.