|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer de.lmu.ifi.dbs.elki.index.preprocessed.preference.DiSHPreferenceVectorIndex.Factory.Parameterizer<V>
public static class DiSHPreferenceVectorIndex.Factory.Parameterizer<V extends NumberVector<?,?>>
Parameterization class.
Field Summary | |
---|---|
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 Summary | |
---|---|
DiSHPreferenceVectorIndex.Factory.Parameterizer()
|
Method Summary | |
---|---|
protected DiSHPreferenceVectorIndex.Factory<V> |
makeInstance()
Make an instance after successful configuration. |
protected void |
makeOptions(Parameterization config)
Add all options. |
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer |
---|
configure, make |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DoubleDistance[] epsilon
protected int minpts
protected DiSHPreferenceVectorIndex.Strategy strategy
Constructor Detail |
---|
public DiSHPreferenceVectorIndex.Factory.Parameterizer()
Method Detail |
---|
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
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |