Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.preprocessed.preference |
Indexes storing preference vectors
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPreferenceVectorIndex<NV extends NumberVector>
Abstract base class for preference vector based algorithms.
|
class |
DiSHPreferenceVectorIndex<V extends NumberVector>
Preprocessor for DiSH preference vector assignment to objects of a certain
database.
|
class |
HiSCPreferenceVectorIndex<V extends NumberVector>
Preprocessor for HiSC preference vector assignment to objects of a certain
database.
|
Modifier and Type | Method and Description |
---|---|
PreferenceVectorIndex<V> |
PreferenceVectorIndex.Factory.instantiate(Relation<V> relation)
Instantiate the index for a given database.
|
abstract PreferenceVectorIndex<V> |
AbstractPreferenceVectorIndex.Factory.instantiate(Relation<V> relation) |
Copyright © 2019 ELKI Development Team. License information.