
public static class HiSCPreferenceVectorIndex.Factory.Parameterizer<V extends NumberVector<?>> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected double | alphaHolds the value of parameter  HiSCPreferenceVectorIndex.Factory.ALPHA_ID. | 
| protected Integer | kHolds the value of parameter  HiSCPreferenceVectorIndex.Factory.K_ID. | 
| Constructor and Description | 
|---|
| HiSCPreferenceVectorIndex.Factory.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
HiSCPreferenceVectorIndex.Factory.ALPHA_ID.protected Integer k
HiSCPreferenceVectorIndex.Factory.K_ID.public HiSCPreferenceVectorIndex.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected HiSCPreferenceVectorIndex.Factory<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer