Uses of Class
elki.index.tree.metrical.mtreevariants.mktrees.AbstractMkTreeUnified
-
Packages that use AbstractMkTreeUnified Package Description elki.index.tree.metrical.mtreevariants.mktrees.mkmax elki.index.tree.metrical.mtreevariants.mktrees.mktab -
-
Uses of AbstractMkTreeUnified in elki.index.tree.metrical.mtreevariants.mktrees.mkmax
Subclasses of AbstractMkTreeUnified 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 AbstractMkTreeUnified in elki.index.tree.metrical.mtreevariants.mktrees.mktab
Subclasses of AbstractMkTreeUnified 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.
-