Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.distance.distancefunction
Interface LocalPCAPreprocessorBasedDistanceFunction<O extends NumberVector<O,?>,P extends LocalPCAPreprocessor<O>,D extends Distance<D>>

Type Parameters:
O - Database object type
P - Preprocessor type
D - Distance type
All Superinterfaces:
DistanceFunction<O,D>, MeasurementFunction<O,D>, Parameterizable, PreprocessorBasedDistanceFunction<O,P,D>, PreprocessorBasedMeasurementFunction<O,P,D>, PreprocessorClient<P,O>
All Known Implementing Classes:
AbstractLocallyWeightedDistanceFunction, ERiCDistanceFunction, KernelBasedLocallyWeightedDistanceFunction, LocallyWeightedDistanceFunction, PCABasedCorrelationDistanceFunction, SubspaceDistanceFunction

public interface LocalPCAPreprocessorBasedDistanceFunction<O extends NumberVector<O,?>,P extends LocalPCAPreprocessor<O>,D extends Distance<D>>
extends PreprocessorBasedDistanceFunction<O,P,D>

Interface for local PCA based preprocessors.

Author:
Erich Schubert

Method Summary
 
Methods inherited from interface de.lmu.ifi.dbs.elki.preprocessing.PreprocessorClient
getAssociationID, getDefaultPreprocessorClass, getPreprocessorDescription, getPreprocessorSuperClass
 
Methods inherited from interface de.lmu.ifi.dbs.elki.distance.distancefunction.DistanceFunction
distance, distance, distance
 
Methods inherited from interface de.lmu.ifi.dbs.elki.distance.MeasurementFunction
getDistanceFactory, infiniteDistance, nullDistance, setDatabase, undefinedDistance, valueOf
 


Release 0.3 (2010-03-31_1612)