Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.preprocessing.PreferenceVectorPreprocessor

Packages that use PreferenceVectorPreprocessor
de.lmu.ifi.dbs.elki.distance.distancefunction.subspace Distance functions based on subspaces. 
de.lmu.ifi.dbs.elki.preprocessing Preprocessors used for data preparation in a first step of various algorithms or distance and similarity measures. 
 

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

Classes in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace with type parameters of type PreferenceVectorPreprocessor
 class AbstractPreferenceVectorBasedCorrelationDistanceFunction<V extends NumberVector<V,?>,P extends PreferenceVectorPreprocessor<V>>
          Abstract super class for all preference vector based correlation distance functions.
 class DiSHDistanceFunction<V extends NumberVector<V,?>,P extends PreferenceVectorPreprocessor<V>>
          Distance function used in the DiSH algorithm.
 class HiSCDistanceFunction<V extends NumberVector<V,?>,P extends PreferenceVectorPreprocessor<V>>
          Distance function used in the HiSC algorithm.
 

Uses of PreferenceVectorPreprocessor in de.lmu.ifi.dbs.elki.preprocessing
 

Classes in de.lmu.ifi.dbs.elki.preprocessing that implement PreferenceVectorPreprocessor
 class DiSHPreprocessor<V extends NumberVector<V,?>>
          Preprocessor for DiSH preference vector assignment to objects of a certain database.
 class HiSCPreprocessor<V extends NumberVector<V,?>>
          Preprocessor for HiSC preference vector assignment to objects of a certain database.
 


Release 0.3 (2010-03-31_1612)