Uses of Class
elki.index.tree.spatial.rstarvariants.NonFlatRStarTree
-
Packages that use NonFlatRStarTree Package Description elki.index.tree.spatial.rstarvariants.deliclu elki.index.tree.spatial.rstarvariants.rdknn elki.index.tree.spatial.rstarvariants.rstar -
-
Uses of NonFlatRStarTree in elki.index.tree.spatial.rstarvariants.deliclu
Subclasses of NonFlatRStarTree in elki.index.tree.spatial.rstarvariants.deliclu Modifier and Type Class Description classDeLiCluTreeDeLiCluTree is a spatial index structure based on an R-Tree.classDeLiCluTreeIndex<O extends NumberVector>The common use of the DeLiClu tree: indexing number vectors. -
Uses of NonFlatRStarTree in elki.index.tree.spatial.rstarvariants.rdknn
Subclasses of NonFlatRStarTree in elki.index.tree.spatial.rstarvariants.rdknn 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 NonFlatRStarTree in elki.index.tree.spatial.rstarvariants.rstar
Subclasses of NonFlatRStarTree in elki.index.tree.spatial.rstarvariants.rstar Modifier and Type Class Description classRStarTreeRStarTree is a spatial index structure based on the concepts of the R*-Tree.classRStarTreeIndex<O extends NumberVector>The common use of the rstar tree: indexing number vectors.
-