public static class DiSH.Parameterizer<V extends NumberVector> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected DiSHPreferenceVectorIndex.Factory<V> |
dishPreprocessor
DiSH preprocessor.
|
protected double |
epsilon |
static OptionID |
EPSILON_ID
Parameter that specifies the maximum radius of the neighborhood to be
considered in each dimension for determination of the preference vector,
must be a double equal to or greater than 0.
|
protected int |
mu |
static OptionID |
MU_ID
Parameter that specifies the a minimum number of points as a smoothing
factor to avoid the single-link-effect, must be an integer greater than
0.
|
Constructor and Description |
---|
DiSH.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
void |
configDiSHPreprocessor(Parameterization config,
double epsilon,
int minpts) |
protected DiSH<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID EPSILON_ID
Default value: 0.001
Key: -dish.epsilon
public static final OptionID MU_ID
Default value: 1
Key: -dish.mu
protected double epsilon
protected int mu
protected DiSHPreferenceVectorIndex.Factory<V extends NumberVector> dishPreprocessor
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.public void configDiSHPreprocessor(Parameterization config, double epsilon, int minpts)
protected DiSH<V> 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.