
public static class EvaluatePBMIndex.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
private NumberVectorDistanceFunction<?> |
distance
Distance function to use.
|
static OptionID |
DISTANCE_ID
Parameter for choosing the distance function.
|
static OptionID |
NOISE_ID
Parameter for the option, how noise should be treated.
|
private NoiseHandling |
noiseHandling
Option, how noise should be treated.
|
| Constructor and Description |
|---|
EvaluatePBMIndex.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected EvaluatePBMIndex |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID DISTANCE_ID
public static final OptionID NOISE_ID
private NumberVectorDistanceFunction<?> distance
private NoiseHandling noiseHandling
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected EvaluatePBMIndex makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.