Class PBMIndex.Par
- java.lang.Object
-
- elki.evaluation.clustering.internal.PBMIndex.Par
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- PBMIndex
public static class PBMIndex.Par extends java.lang.Object implements elki.utilities.optionhandling.ParameterizerParameterization class.- Author:
- Stephan Baier, Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description private elki.distance.NumberVectorDistance<?>distanceDistance function to use.static elki.utilities.optionhandling.OptionIDDISTANCE_IDParameter for choosing the distance function.static elki.utilities.optionhandling.OptionIDNOISE_IDParameter for the option, how noise should be treated.private NoiseHandlingnoiseHandlingOption, how noise should be treated.
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(elki.utilities.optionhandling.parameterization.Parameterization config)PBMIndexmake()
-
-
-
Field Detail
-
DISTANCE_ID
public static final elki.utilities.optionhandling.OptionID DISTANCE_ID
Parameter for choosing the distance function.
-
NOISE_ID
public static final elki.utilities.optionhandling.OptionID NOISE_ID
Parameter for the option, how noise should be treated.
-
distance
private elki.distance.NumberVectorDistance<?> distance
Distance function to use.
-
noiseHandling
private NoiseHandling noiseHandling
Option, how noise should be treated.
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
- Specified by:
configurein interfaceelki.utilities.optionhandling.Parameterizer
-
make
public PBMIndex make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer
-
-