Uses of Class
elki.index.tree.metrical.MetricalIndexTree
-
Packages that use MetricalIndexTree Package Description elki.index.preprocessed.knn Indexes providing KNN and rKNN data.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 -
-
Uses of MetricalIndexTree in elki.index.preprocessed.knn
Methods in elki.index.preprocessed.knn that return MetricalIndexTree Modifier and Type Method Description private MetricalIndexTree<O,N,E>MetricalIndexApproximationMaterializeKNNPreprocessor. getMetricalIndex(Relation<? extends O> relation)Do some (limited) type checking, then cast the database into a spatial database. -
Uses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants
Subclasses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants Modifier and Type Class Description classAbstractMTree<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 MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees
Subclasses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees Modifier and Type Class Description classAbstractMkTree<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.classAbstractMkTreeUnified<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 MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkapp
Subclasses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkapp Modifier and Type Class Description classMkAppTree<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.classMkAppTreeIndex<O>MkAppTree used as database index. -
Uses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkcop
Subclasses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkcop Modifier and Type Class Description classMkCoPTree<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.classMkCoPTreeIndex<O>MkCoPTree used as database index. -
Uses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkmax
Subclasses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mkmax Modifier and Type Class Description classMkMaxTree<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.classMkMaxTreeIndex<O>MkMax tree -
Uses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mktab
Subclasses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees.mktab Modifier and Type Class Description classMkTabTree<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.classMkTabTreeIndex<O>MkTabTree used as database index. -
Uses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mtree
Subclasses of MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mtree Modifier and Type Class Description classMTree<O>MTree is a metrical index structure based on the concepts of the M-Tree.classMTreeIndex<O>Class for using an m-tree as database index.
-