Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use HiCOPreprocessor
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Package to collect correlation clustering algorithms suitable as a task for the KDDTask main routine. 
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 HiCOPreprocessor in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation declared as HiCOPreprocessor
protected  HiCOPreprocessor<V> COPAA.preprocessor
          Holds the preprocessor.
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with type parameters of type HiCOPreprocessor
private  ClassParameter<HiCOPreprocessor> COPAA.PREPROCESSOR_PARAM
          Parameter to specify the preprocessor to derive partition criterion, must extend HiCOPreprocessor.
 

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

Fields in de.lmu.ifi.dbs.elki.distance.distancefunction with type parameters of type HiCOPreprocessor
static Class<HiCOPreprocessor> PCABasedCorrelationDistanceFunction.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 HiCOPreprocessor
(package private)  Class<HiCOPreprocessor> PCABasedCorrelationDistanceFunction.getPreprocessorSuperClassName()
          Returns the super class for the preprocessor.
 

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

Subclasses of HiCOPreprocessor in de.lmu.ifi.dbs.elki.preprocessing
 class KnnQueryBasedHiCOPreprocessor<V extends RealVector<V,?>>
          Computes the HiCO correlation dimension of objects of a certain database.
 class RangeQueryBasedHiCOPreprocessor<V extends RealVector<V,?>>
          Computes the HiCO correlation dimension of objects of a certain database.
 


Release 0.1 (2008-07-10_1838)