Uses of Interface
elki.index.DynamicIndex
-
Packages that use DynamicIndex Package Description elki.index.preprocessed.knn Indexes providing KNN and rKNN data.elki.index.tree.metrical.mtreevariants.mktrees.mkmax elki.index.tree.metrical.mtreevariants.mtree elki.index.tree.spatial.rstarvariants.deliclu elki.index.tree.spatial.rstarvariants.flat elki.index.tree.spatial.rstarvariants.rdknn elki.index.tree.spatial.rstarvariants.rstar -
-
Uses of DynamicIndex in elki.index.preprocessed.knn
Classes in elki.index.preprocessed.knn that implement DynamicIndex Modifier and Type Class Description classMaterializeKNNAndRKNNPreprocessor<O>A preprocessor for annotation of the k nearest neighbors and the reverse k nearest neighbors (and their distances) to each database object.classMaterializeKNNPreprocessor<O>A preprocessor for annotation of the k nearest neighbors (and their distances) to each database object. -
Uses of DynamicIndex in elki.index.tree.metrical.mtreevariants.mktrees.mkmax
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkmax that implement DynamicIndex Modifier and Type Class Description classMkMaxTreeIndex<O>MkMax tree -
Uses of DynamicIndex in elki.index.tree.metrical.mtreevariants.mtree
Classes in elki.index.tree.metrical.mtreevariants.mtree that implement DynamicIndex Modifier and Type Class Description classMTreeIndex<O>Class for using an m-tree as database index. -
Uses of DynamicIndex in elki.index.tree.spatial.rstarvariants.deliclu
Classes in elki.index.tree.spatial.rstarvariants.deliclu that implement DynamicIndex Modifier and Type Class Description classDeLiCluTreeIndex<O extends NumberVector>The common use of the DeLiClu tree: indexing number vectors. -
Uses of DynamicIndex in elki.index.tree.spatial.rstarvariants.flat
Classes in elki.index.tree.spatial.rstarvariants.flat that implement DynamicIndex Modifier and Type Class Description classFlatRStarTreeIndex<O extends NumberVector>The common use of the flat rstar tree: indexing number vectors. -
Uses of DynamicIndex in elki.index.tree.spatial.rstarvariants.rdknn
Classes in elki.index.tree.spatial.rstarvariants.rdknn that implement DynamicIndex Modifier and Type Class Description classRdKNNTree<O extends NumberVector>RDkNNTree is a spatial index structure based on the concepts of the R*-Tree supporting efficient processing of reverse k nearest neighbor queries. -
Uses of DynamicIndex in elki.index.tree.spatial.rstarvariants.rstar
Classes in elki.index.tree.spatial.rstarvariants.rstar that implement DynamicIndex Modifier and Type Class Description classRStarTreeIndex<O extends NumberVector>The common use of the rstar tree: indexing number vectors.
-