Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler

Packages that use PreprocessorHandler
de.lmu.ifi.dbs.elki.distance.distancefunction Package collects distance functions. 
de.lmu.ifi.dbs.elki.distance.similarityfunction Package collects similarity functions. 
 

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

Fields in de.lmu.ifi.dbs.elki.distance.distancefunction declared as PreprocessorHandler
private  PreprocessorHandler<O,P> AbstractPreprocessorBasedDistanceFunction.preprocessorHandler
          The handler class for the preprocessor.
private  PreprocessorHandler<O,P> AbstractLocallyWeightedDistanceFunction.preprocessorHandler
          The handler class for the preprocessor.
 

Uses of PreprocessorHandler in de.lmu.ifi.dbs.elki.distance.similarityfunction
 

Fields in de.lmu.ifi.dbs.elki.distance.similarityfunction declared as PreprocessorHandler
private  PreprocessorHandler<O,P> AbstractPreprocessorBasedSimilarityFunction.preprocessorHandler
          The handler class for the preprocessor.
 


Release 0.1 (2008-07-10_1838)