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, make
public static final OptionID DISTANCE_ID
public static final OptionID NOISE_ID
private NumberVectorDistanceFunction<?> distance
private NoiseHandling noiseHandling
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected EvaluatePBMIndex 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.