public static class EvaluateCIndex.Parameterizer<O> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
private DistanceFunction<? super O> |
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 |
noiseOption
Option, how noise should be treated.
|
| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected EvaluateCIndex<O> |
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 DistanceFunction<? super O> distance
private NoiseHandling noiseOption
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected EvaluateCIndex<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.