Uses of Class
elki.index.tree.IndexTree
-
Packages that use IndexTree Package Description elki.index.tree Tree-based index structures.elki.index.tree.metrical Tree-based index structures for metrical vector spaces.elki.index.tree.metrical.mtreevariants M-tree and variants.elki.index.tree.metrical.mtreevariants.mktrees Metrical index structures based on the concepts of the M-Tree supporting processing of reverse k nearest neighbor queries by using the k-nn distances of the entries.elki.index.tree.metrical.mtreevariants.mktrees.mkapp elki.index.tree.metrical.mtreevariants.mktrees.mkcop elki.index.tree.metrical.mtreevariants.mktrees.mkmax elki.index.tree.metrical.mtreevariants.mktrees.mktab elki.index.tree.metrical.mtreevariants.mtree elki.index.tree.spatial.rstarvariants R*-tree and variants.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 IndexTree in elki.index.tree
Fields in elki.index.tree declared as IndexTree Modifier and Type Field Description private IndexTree<N,E>
BreadthFirstEnumeration. index
The index storing the nodes.Constructors in elki.index.tree with parameters of type IndexTree Constructor Description BreadthFirstEnumeration(IndexTree<N,E> index, IndexTreePath<E> rootPath)
Creates a new breadth first enumeration with the specified node as root node. -
Uses of IndexTree in elki.index.tree.metrical
Subclasses of IndexTree in elki.index.tree.metrical Modifier and Type Class Description class
MetricalIndexTree<O,N extends Node<E>,E>
Abstract super class for all metrical index classes. -
Uses of IndexTree in elki.index.tree.metrical.mtreevariants
Subclasses of IndexTree in elki.index.tree.metrical.mtreevariants Modifier and Type Class Description class
AbstractMTree<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MTreeSettings<O,N,E>>
Abstract super class for all M-Tree variants. -
Uses of IndexTree in elki.index.tree.metrical.mtreevariants.mktrees
Subclasses of IndexTree in elki.index.tree.metrical.mtreevariants.mktrees Modifier and Type Class Description class
AbstractMkTree<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MTreeSettings<O,N,E>>
Abstract class for all M-Tree variants supporting processing of reverse k-nearest neighbor queries by using the k-nn distances of the entries, where k is less than or equal to the given parameter.class
AbstractMkTreeUnified<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MkTreeSettings<O,N,E>>
Abstract class for all M-Tree variants supporting processing of reverse k-nearest neighbor queries by using the k-nn distances of the entries, where k is less than or equal to the given parameter. -
Uses of IndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkapp
Subclasses of IndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkapp Modifier and Type Class Description class
MkAppTree<O>
MkAppTree is a metrical index structure based on the concepts of the M-Tree supporting efficient processing of reverse k nearest neighbor queries for parameter k < kmax.class
MkAppTreeIndex<O>
MkAppTree used as database index. -
Uses of IndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkcop
Subclasses of IndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkcop Modifier and Type Class Description class
MkCoPTree<O>
MkCopTree is a metrical index structure based on the concepts of the M-Tree supporting efficient processing of reverse k nearest neighbor queries for parameter k < kmax.class
MkCoPTreeIndex<O>
MkCoPTree used as database index. -
Uses of IndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkmax
Subclasses of IndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkmax Modifier and Type Class Description class
MkMaxTree<O>
MkMaxTree is a metrical index structure based on the concepts of the M-Tree supporting efficient processing of reverse k nearest neighbor queries for parameter k <= k_max.class
MkMaxTreeIndex<O>
MkMax tree -
Uses of IndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mktab
Subclasses of IndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mktab Modifier and Type Class Description class
MkTabTree<O>
MkTabTree is a metrical index structure based on the concepts of the M-Tree supporting efficient processing of reverse k nearest neighbor queries for parameter k < kmax.class
MkTabTreeIndex<O>
MkTabTree used as database index. -
Uses of IndexTree in elki.index.tree.metrical.mtreevariants.mtree
Subclasses of IndexTree in elki.index.tree.metrical.mtreevariants.mtree Modifier and Type Class Description class
MTree<O>
MTree is a metrical index structure based on the concepts of the M-Tree.class
MTreeIndex<O>
Class for using an m-tree as database index. -
Uses of IndexTree in elki.index.tree.spatial.rstarvariants
Subclasses of IndexTree in elki.index.tree.spatial.rstarvariants Modifier and Type Class Description class
AbstractRStarTree<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry,S extends RTreeSettings>
Abstract superclass for index structures based on a R*-Tree.class
NonFlatRStarTree<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry,S extends RTreeSettings>
Abstract superclass for all non-flat R*-Tree variants. -
Uses of IndexTree in elki.index.tree.spatial.rstarvariants.deliclu
Subclasses of IndexTree 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 IndexTree in elki.index.tree.spatial.rstarvariants.flat
Subclasses of IndexTree in elki.index.tree.spatial.rstarvariants.flat Modifier and Type Class Description class
FlatRStarTree
FlatRTree is a spatial index structure based on a R*-Tree but with a flat directory.class
FlatRStarTreeIndex<O extends NumberVector>
The common use of the flat rstar tree: indexing number vectors. -
Uses of IndexTree in elki.index.tree.spatial.rstarvariants.rdknn
Subclasses of IndexTree 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 IndexTree in elki.index.tree.spatial.rstarvariants.rstar
Subclasses of IndexTree 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.
-