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 class
DeLiCluTree
DeLiCluTree is a spatial index structure based on an R-Tree.class
DeLiCluTreeIndex<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 class
RdKNNTree<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 class
RStarTree
RStarTree is a spatial index structure based on the concepts of the R*-Tree.class
RStarTreeIndex<O extends NumberVector>
The common use of the rstar tree: indexing number vectors.
-