Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.preprocessed.preference |
Indexes storing preference vectors.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DiSHPreferenceVectorIndex.Factory(double[] epsilon,
int minpts,
DiSHPreferenceVectorIndex.Strategy strategy)
Constructor.
|
DiSHPreferenceVectorIndex(Relation<V> relation,
double[] epsilon,
int minpts,
DiSHPreferenceVectorIndex.Strategy strategy)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.