Uses of Interface
de.lmu.ifi.dbs.elki.index.preprocessed.localpca.FilteredLocalPCAIndex

Packages that use FilteredLocalPCAIndex
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.index.preprocessed.localpca Index using a preprocessed local PCA. 
 

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

Classes in de.lmu.ifi.dbs.elki.distance.distancefunction with type parameters of type FilteredLocalPCAIndex
 interface FilteredLocalPCABasedDistanceFunction<O extends NumberVector<?,?>,P extends FilteredLocalPCAIndex<? super O>,D extends Distance<D>>
          Interface for local PCA based preprocessors.
 

Constructor parameters in de.lmu.ifi.dbs.elki.distance.distancefunction with type arguments of type FilteredLocalPCAIndex
LocallyWeightedDistanceFunction(LocalProjectionIndex.Factory<V,FilteredLocalPCAIndex<V>> indexFactory)
          Constructor
 

Uses of FilteredLocalPCAIndex in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation
 

Constructors in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation with parameters of type FilteredLocalPCAIndex
ERiCDistanceFunction.Instance(Relation<V> database, FilteredLocalPCAIndex<V> index, ERiCDistanceFunction parent, double delta, double tau)
          Constructor.
PCABasedCorrelationDistanceFunction.Instance(Relation<V> database, FilteredLocalPCAIndex<V> index, double delta, PCABasedCorrelationDistanceFunction distanceFunction)
          Constructor.
 

Constructor parameters in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation with type arguments of type FilteredLocalPCAIndex
ERiCDistanceFunction(IndexFactory<NumberVector<?,?>,FilteredLocalPCAIndex<NumberVector<?,?>>> indexFactory, double delta, double tau)
          Constructor.
PCABasedCorrelationDistanceFunction(IndexFactory<NumberVector<?,?>,FilteredLocalPCAIndex<NumberVector<?,?>>> indexFactory, double delta)
          Constructor
 

Uses of FilteredLocalPCAIndex in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace
 

Constructors in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace with parameters of type FilteredLocalPCAIndex
SubspaceDistanceFunction.Instance(Relation<V> database, FilteredLocalPCAIndex<V> index, SubspaceDistanceFunction distanceFunction)
           
 

Constructor parameters in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace with type arguments of type FilteredLocalPCAIndex
SubspaceDistanceFunction(IndexFactory<NumberVector<?,?>,FilteredLocalPCAIndex<NumberVector<?,?>>> indexFactory)
          Constructor
 

Uses of FilteredLocalPCAIndex in de.lmu.ifi.dbs.elki.index.preprocessed.localpca
 

Classes in de.lmu.ifi.dbs.elki.index.preprocessed.localpca with type parameters of type FilteredLocalPCAIndex
static interface FilteredLocalPCAIndex.Factory<NV extends NumberVector<?,?>,I extends FilteredLocalPCAIndex<NV>>
          Factory interface
 

Classes in de.lmu.ifi.dbs.elki.index.preprocessed.localpca that implement FilteredLocalPCAIndex
 class AbstractFilteredPCAIndex<NV extends NumberVector<? extends NV,?>>
          Abstract base class for a local PCA based index.
 class KNNQueryFilteredPCAIndex<NV extends NumberVector<? extends NV,?>>
          Provides the local neighborhood to be considered in the PCA as the k nearest neighbors of an object.
 class RangeQueryFilteredPCAIndex<NV extends NumberVector<? extends NV,?>>
          Provides the local neighborhood to be considered in the PCA as the neighbors within an epsilon range query of an object.
 


Release 0.4.0 (2011-09-20_1324)