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, make
protected DoubleDistance[] epsilon
protected int minpts
protected DiSHPreferenceVectorIndex.Strategy strategy
public DiSHPreferenceVectorIndex.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected DiSHPreferenceVectorIndex.Factory<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer