public static class HiSCPreferenceVectorIndex.Factory.Parameterizer<V extends NumberVector> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected double |
alpha
The maximum absolute variance along a coordinate axis.
|
protected int |
k
The number of nearest neighbors considered to determine the preference
vector.
|
| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected HiSCPreferenceVectorIndex.Factory<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected double alpha
protected int k
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected HiSCPreferenceVectorIndex.Factory<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.