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 Distance functions for use within ELKI. 
de.lmu.ifi.dbs.elki.distance.similarityfunction 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.2 (2009-07-06_1820)