public static class HiSC.Parameterizer<V extends NumberVector> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| static OptionID | ALPHA_IDThe maximum absolute variance along a coordinate axis. | 
| static double | DEFAULT_ALPHAThe default value for alpha. | 
| static OptionID | EPSILON_IDParameter 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> | indexfactoryFactory to produce the index. | 
| static OptionID | K_IDThe 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, makepublic 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)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected HiSC<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.