
V - Vector typeD - Distance typepublic static class NaiveMeanShiftClustering.Parameterizer<V extends NumberVector<?>,D extends NumberDistance<D,?>> extends AbstractDistanceBasedAlgorithm.Parameterizer<V,D>
| Modifier and Type | Field and Description | 
|---|---|
| (package private) KernelDensityFunction | kernelKernel function. | 
| static OptionID | KERNEL_IDParameter for kernel function. | 
| (package private) D | rangeKernel radius. | 
| static OptionID | RANGE_IDParameter for kernel radius/range/bandwidth. | 
distanceFunction| Constructor and Description | 
|---|
| NaiveMeanShiftClustering.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected NaiveMeanShiftClustering<V,D> | 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
D extends NumberDistance<D,?> range
public NaiveMeanShiftClustering.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector<?>,D extends NumberDistance<D,?>>config - Parameterization to add options to.protected NaiveMeanShiftClustering<V,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer