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 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 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 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.
-