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 Package collects distance functions. 
de.lmu.ifi.dbs.elki.preprocessing Package collects preprocessors used for data preparation in a first step of various algorithms or distance measures. 
 

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

Fields in de.lmu.ifi.dbs.elki.distance.distancefunction with type parameters of type PreferenceVectorPreprocessor
static Class<PreferenceVectorPreprocessor> PreferenceVectorBasedCorrelationDistanceFunction.PREPROCESSOR_SUPER_CLASS
          The super class for the preprocessor.
 

Methods in de.lmu.ifi.dbs.elki.distance.distancefunction that return types with arguments of type PreferenceVectorPreprocessor
(package private)  Class<PreferenceVectorPreprocessor> PreferenceVectorBasedCorrelationDistanceFunction.getPreprocessorSuperClassName()
          Returns the super class for the preprocessor.
 

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 RealVector<V,N>,N extends Number>
          Preprocessor for DiSH preference vector assignment to objects of a certain database.
 class HiSCPreprocessor<V extends RealVector<V,?>>
          Preprocessor for HiSC preference vector assignment to objects of a certain database.
 


Release 0.1 (2008-07-10_1838)