
public static class DiSHPreferenceVectorIndex.Factory.Parameterizer<V extends NumberVector<?>> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected DoubleDistance[] |
epsilon
The epsilon value for each dimension.
|
protected int |
minpts
Threshold for minimum number of points in the neighborhood.
|
protected DiSHPreferenceVectorIndex.Strategy |
strategy
The strategy to determine the preference vector.
|
| Constructor and Description |
|---|
DiSHPreferenceVectorIndex.Factory.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected DiSHPreferenceVectorIndex.Factory<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected DoubleDistance[] epsilon
protected int minpts
protected DiSHPreferenceVectorIndex.Strategy strategy
public DiSHPreferenceVectorIndex.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected DiSHPreferenceVectorIndex.Factory<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer