Uses of Interface
de.lmu.ifi.dbs.elki.index.preprocessed.preference.PreferenceVectorIndex

Packages that use PreferenceVectorIndex
de.lmu.ifi.dbs.elki.distance.distancefunction.subspace Distance functions based on subspaces. 
de.lmu.ifi.dbs.elki.index.preprocessed.preference Indexes storing preference vectors. 
 

Uses of PreferenceVectorIndex in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace
 

Classes in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace with type parameters of type PreferenceVectorIndex
 class AbstractPreferenceVectorBasedCorrelationDistanceFunction<V extends NumberVector<?,?>,P extends PreferenceVectorIndex<V>>
          Abstract super class for all preference vector based correlation distance functions.
static class AbstractPreferenceVectorBasedCorrelationDistanceFunction.Instance<V extends NumberVector<?,?>,P extends PreferenceVectorIndex<V>>
          Instance to compute the distances on an actual database.
 

Uses of PreferenceVectorIndex in de.lmu.ifi.dbs.elki.index.preprocessed.preference
 

Classes in de.lmu.ifi.dbs.elki.index.preprocessed.preference with type parameters of type PreferenceVectorIndex
static class AbstractPreferenceVectorIndex.Factory<V extends NumberVector<?,?>,I extends PreferenceVectorIndex<V>>
          Factory class
static interface PreferenceVectorIndex.Factory<V extends NumberVector<?,?>,I extends PreferenceVectorIndex<V>>
          Factory interface
 

Classes in de.lmu.ifi.dbs.elki.index.preprocessed.preference that implement PreferenceVectorIndex
 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.
 


Release 0.4.0 (2011-09-20_1324)