Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Package
de.lmu.ifi.dbs.elki.preprocessing

Packages that use de.lmu.ifi.dbs.elki.preprocessing
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Correlation clustering algorithms 
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace Axis-parallel subspace clustering algorithms The clustering algorithms in this package are instances of both, projected clustering algorithms or subspace clustering algorithms according to the classical but somewhat obsolete classification schema of clustering algorithms for axis-parallel subspaces. 
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
de.lmu.ifi.dbs.elki.distance Distances and (in subpackages) distance functions and similarity functions
de.lmu.ifi.dbs.elki.distance.distancefunction Distance functions for use within ELKI. 
de.lmu.ifi.dbs.elki.distance.distancefunction.correlation Distance functions using correlations. 
de.lmu.ifi.dbs.elki.distance.distancefunction.subspace Distance functions based on subspaces. 
de.lmu.ifi.dbs.elki.distance.similarityfunction Similarity functions. 
de.lmu.ifi.dbs.elki.preprocessing Preprocessors used for data preparation in a first step of various algorithms or distance and similarity measures. 
 

Classes in de.lmu.ifi.dbs.elki.preprocessing used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
LocalPCAPreprocessor
          Abstract superclass for preprocessors performing for each object of a certain database a filtered PCA based on the local neighborhood of the object.
 

Classes in de.lmu.ifi.dbs.elki.preprocessing used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
DiSHPreprocessor
          Preprocessor for DiSH preference vector assignment to objects of a certain database.
 

Classes in de.lmu.ifi.dbs.elki.preprocessing used by de.lmu.ifi.dbs.elki.algorithm.outlier
MaterializeKNNPreprocessor
          A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object.
 

Classes in de.lmu.ifi.dbs.elki.preprocessing used by de.lmu.ifi.dbs.elki.distance
Preprocessor
          Defines the requirements for classes that do some preprocessing steps for objects of a certain database.
PreprocessorClient
          Interface defining the requirements for classes using a PreprocessorHandler to run a preprocessor on a certain database.
 

Classes in de.lmu.ifi.dbs.elki.preprocessing used by de.lmu.ifi.dbs.elki.distance.distancefunction
LocalPCAPreprocessor
          Abstract superclass for preprocessors performing for each object of a certain database a filtered PCA based on the local neighborhood of the object.
Preprocessor
          Defines the requirements for classes that do some preprocessing steps for objects of a certain database.
PreprocessorClient
          Interface defining the requirements for classes using a PreprocessorHandler to run a preprocessor on a certain database.
PreprocessorHandler
          Handler class for all objects (e.g. distance functions) using a preprocessor running on a certain database.
 

Classes in de.lmu.ifi.dbs.elki.preprocessing used by de.lmu.ifi.dbs.elki.distance.distancefunction.correlation
LocalPCAPreprocessor
          Abstract superclass for preprocessors performing for each object of a certain database a filtered PCA based on the local neighborhood of the object.
Preprocessor
          Defines the requirements for classes that do some preprocessing steps for objects of a certain database.
PreprocessorClient
          Interface defining the requirements for classes using a PreprocessorHandler to run a preprocessor on a certain database.
 

Classes in de.lmu.ifi.dbs.elki.preprocessing used by de.lmu.ifi.dbs.elki.distance.distancefunction.subspace
LocalPCAPreprocessor
          Abstract superclass for preprocessors performing for each object of a certain database a filtered PCA based on the local neighborhood of the object.
PreferenceVectorPreprocessor
          Marker interface for preprocessors computing preference vectors.
PreprocessorClient
          Interface defining the requirements for classes using a PreprocessorHandler to run a preprocessor on a certain database.
 

Classes in de.lmu.ifi.dbs.elki.preprocessing used by de.lmu.ifi.dbs.elki.distance.similarityfunction
Preprocessor
          Defines the requirements for classes that do some preprocessing steps for objects of a certain database.
PreprocessorClient
          Interface defining the requirements for classes using a PreprocessorHandler to run a preprocessor on a certain database.
PreprocessorHandler
          Handler class for all objects (e.g. distance functions) using a preprocessor running on a certain database.
SharedNearestNeighborsPreprocessor
          A preprocessor for annotation of the ids of nearest neighbors to each database object.
 

Classes in de.lmu.ifi.dbs.elki.preprocessing used by de.lmu.ifi.dbs.elki.preprocessing
DiSHPreprocessor.Strategy
          Available strategies for determination of the preference vector.
LocalPCAPreprocessor
          Abstract superclass for preprocessors performing for each object of a certain database a filtered PCA based on the local neighborhood of the object.
MaterializeKNNPreprocessor
          A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object.
PreferenceVectorPreprocessor
          Marker interface for preprocessors computing preference vectors.
Preprocessor
          Defines the requirements for classes that do some preprocessing steps for objects of a certain database.
PreprocessorClient
          Interface defining the requirements for classes using a PreprocessorHandler to run a preprocessor on a certain database.
ProjectedDBSCANPreprocessor
          Abstract superclass for preprocessor of algorithms extending the ProjectedDBSCAN algorithm.
 


Release 0.3 (2010-03-31_1612)