|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiSHPreferenceVectorIndex.Strategy | |
---|---|
de.lmu.ifi.dbs.elki.index.preprocessed.preference | Indexes storing preference vectors. |
Uses of DiSHPreferenceVectorIndex.Strategy in de.lmu.ifi.dbs.elki.index.preprocessed.preference |
---|
Fields in de.lmu.ifi.dbs.elki.index.preprocessed.preference declared as DiSHPreferenceVectorIndex.Strategy | |
---|---|
static DiSHPreferenceVectorIndex.Strategy |
DiSHPreferenceVectorIndex.Factory.DEFAULT_STRATEGY
Default strategy. |
protected DiSHPreferenceVectorIndex.Strategy |
DiSHPreferenceVectorIndex.strategy
The strategy to determine the preference vector. |
protected DiSHPreferenceVectorIndex.Strategy |
DiSHPreferenceVectorIndex.Factory.strategy
The strategy to determine the preference vector. |
protected DiSHPreferenceVectorIndex.Strategy |
DiSHPreferenceVectorIndex.Factory.Parameterizer.strategy
The strategy to determine the preference vector. |
Methods in de.lmu.ifi.dbs.elki.index.preprocessed.preference that return DiSHPreferenceVectorIndex.Strategy | |
---|---|
static DiSHPreferenceVectorIndex.Strategy |
DiSHPreferenceVectorIndex.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DiSHPreferenceVectorIndex.Strategy[] |
DiSHPreferenceVectorIndex.Strategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.lmu.ifi.dbs.elki.index.preprocessed.preference with parameters of type DiSHPreferenceVectorIndex.Strategy | |
---|---|
DiSHPreferenceVectorIndex.Factory(DoubleDistance[] epsilon,
int minpts,
DiSHPreferenceVectorIndex.Strategy strategy)
Constructor. |
|
DiSHPreferenceVectorIndex(Relation<V> relation,
DoubleDistance[] epsilon,
int minpts,
DiSHPreferenceVectorIndex.Strategy strategy)
Constructor. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |