
public static class HiSC.Parameterizer<V extends NumberVector> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
(package private) double |
alpha
Alpha parameter.
|
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 IndexFactory<V,HiSCPreferenceVectorIndex<NumberVector>> |
indexfactory
Factory to produce the index.
|
| Constructor and Description |
|---|
HiSC.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, makepublic static final OptionID EPSILON_ID
Default value: 0.001
Key: -hisc.epsilon
private IndexFactory<V extends NumberVector,HiSCPreferenceVectorIndex<NumberVector>> indexfactory
double alpha
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected HiSC<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.