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 |
---|
NaiveMeanShiftClustering.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, make
public static final OptionID KERNEL_ID
public static final OptionID RANGE_ID
KernelDensityFunction kernel
double range
public NaiveMeanShiftClustering.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector>
config
- Parameterization to add options to.protected NaiveMeanShiftClustering<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.