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 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 MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mktrees
Subclasses of MetricalIndexTree 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 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 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 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 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 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 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 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 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 MetricalIndexTree in elki.index.tree.metrical.mtreevariants.mtree
Subclasses of MetricalIndexTree 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.
-