Uses of Interface
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.SubspaceProjectionIndex

Packages that use SubspaceProjectionIndex
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj Index using a preprocessed local subspaces. 
 

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

Classes in de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj with type parameters of type SubspaceProjectionIndex
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 SubspaceProjectionIndex
 class AbstractSubspaceProjectionIndex<NV extends NumberVector<?,?>,D extends Distance<D>,P extends ProjectionResult>
          Abstract base class for a local PCA based index.
 class FourCSubspaceIndex<V extends NumberVector<V,?>,D extends Distance<D>>
          Preprocessor for 4C local dimensionality and locally weighted matrix assignment to objects of a certain database.
 class PreDeConSubspaceIndex<V extends NumberVector<? extends V,?>,D extends Distance<D>>
          Preprocessor for PreDeCon local dimensionality and locally weighted matrix assignment to objects of a certain database.
 


Release 0.4.0 (2011-09-20_1324)