Uses of Interface
de.lmu.ifi.dbs.elki.index.KNNIndex

Packages that use KNNIndex
de.lmu.ifi.dbs.elki.index.preprocessed.knn Indexes providing KNN and rKNN data. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp MkAppTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop MkCoPTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax MkMaxTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab MkTabTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree MTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu DeLiCluTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar RStarTree 
 

Uses of KNNIndex in de.lmu.ifi.dbs.elki.index.preprocessed.knn
 

Classes in de.lmu.ifi.dbs.elki.index.preprocessed.knn that implement KNNIndex
 class AbstractMaterializeKNNPreprocessor<O,D extends Distance<D>>
          Abstract base class for KNN Preprocessors.
 class MaterializeKNNAndRKNNPreprocessor<O,D extends Distance<D>>
          A preprocessor for annotation of the k nearest neighbors and the reverse k nearest neighbors (and their distances) to each database object.
 class MaterializeKNNPreprocessor<O,D extends Distance<D>>
          A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object.
 class MetricalIndexApproximationMaterializeKNNPreprocessor<O extends NumberVector<? super O,?>,D extends Distance<D>,N extends Node<E>,E extends MTreeEntry<D>>
          A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object.
 class PartitionApproximationMaterializeKNNPreprocessor<O,D extends Distance<D>>
          A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object.
 class SpatialApproximationMaterializeKNNPreprocessor<O extends NumberVector<?,?>,D extends Distance<D>,N extends SpatialNode<N,E>,E extends SpatialEntry>
          A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object.
 

Uses of KNNIndex in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp that implement KNNIndex
 class MkAppTreeIndex<O,D extends NumberDistance<D,?>>
          MkAppTree used as database index.
 

Uses of KNNIndex in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop that implement KNNIndex
 class MkCoPTreeIndex<O,D extends NumberDistance<D,?>>
          MkCoPTree used as database index.
 

Uses of KNNIndex in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax that implement KNNIndex
 class MkMaxTreeIndex<O,D extends Distance<D>>
           
 

Uses of KNNIndex in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab that implement KNNIndex
 class MkTabTreeIndex<O,D extends Distance<D>>
          MkTabTree used as database index.
 

Uses of KNNIndex in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree that implement KNNIndex
 class MTreeIndex<O,D extends Distance<D>>
          Class for using an m-tree as database index.
 

Uses of KNNIndex in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu that implement KNNIndex
 class DeLiCluTreeIndex<O extends NumberVector<?,?>>
          The common use of the DeLiClu tree: indexing number vectors.
 

Uses of KNNIndex in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
 

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar that implement KNNIndex
 class RStarTreeIndex<O extends NumberVector<?,?>>
          The common use of the rstar tree: indexing number vectors.
 


Release 0.4.0 (2011-09-20_1324)