Uses of Interface
de.lmu.ifi.dbs.elki.index.preprocessed.LocalProjectionIndex.Factory

Packages that use LocalProjectionIndex.Factory
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Correlation clustering algorithms 
de.lmu.ifi.dbs.elki.distance.distancefunction Distance functions for use within ELKI. 
de.lmu.ifi.dbs.elki.index.preprocessed.localpca Index using a preprocessed local PCA. 
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj Index using a preprocessed local subspaces. 
 

Uses of LocalProjectionIndex.Factory in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation declared as LocalProjectionIndex.Factory
protected  LocalProjectionIndex.Factory<V,?> COPAC.Parameterizer.indexI
           
 

Uses of LocalProjectionIndex.Factory in de.lmu.ifi.dbs.elki.distance.distancefunction
 

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

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

Subinterfaces of LocalProjectionIndex.Factory in de.lmu.ifi.dbs.elki.index.preprocessed.localpca
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 LocalProjectionIndex.Factory
static class AbstractFilteredPCAIndex.Factory<NV extends NumberVector<NV,?>,I extends AbstractFilteredPCAIndex<NV>>
          Factory class
static class KNNQueryFilteredPCAIndex.Factory<V extends NumberVector<V,?>>
          Factory class
static class RangeQueryFilteredPCAIndex.Factory<V extends NumberVector<V,?>>
          Factory class
 

Uses of LocalProjectionIndex.Factory in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj
 

Subinterfaces of LocalProjectionIndex.Factory in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj
static interface SubspaceProjectionIndex.Factory<NV extends NumberVector<?,?>,I extends SubspaceProjectionIndex<NV,?>>
          Factory interface
 

Classes in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj that implement LocalProjectionIndex.Factory
static class AbstractSubspaceProjectionIndex.Factory<NV extends NumberVector<?,?>,D extends Distance<D>,I extends AbstractSubspaceProjectionIndex<NV,D,?>>
          Factory class
static class FourCSubspaceIndex.Factory<V extends NumberVector<V,?>,D extends Distance<D>>
          Factory class for 4C preprocessors.
static class PreDeConSubspaceIndex.Factory<V extends NumberVector<? extends V,?>,D extends Distance<D>>
          Factory
 


Release 0.4.0 (2011-09-20_1324)