public static class HiSC.Parameterizer<V extends NumberVector> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
ALPHA_ID
The maximum absolute variance along a coordinate axis.
|
static double |
DEFAULT_ALPHA
The default value for alpha.
|
static OptionID |
EPSILON_ID
Parameter to specify the maximum distance between two vectors with equal
preference vectors before considering them as parallel, must be a double
equal to or greater than 0.
|
private HiSCPreferenceVectorIndex.Factory<V> |
indexfactory
Factory to produce the index.
|
static OptionID |
K_ID
The number of nearest neighbors considered to determine the preference
vector.
|
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected HiSC<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID EPSILON_ID
private HiSCPreferenceVectorIndex.Factory<V extends NumberVector> indexfactory
public static final OptionID ALPHA_ID
public static final double DEFAULT_ALPHA
public static final OptionID K_ID
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected HiSC<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.