Uses of Class
elki.index.tree.metrical.mtreevariants.mktrees.AbstractMkTreeUnifiedFactory
-
Packages that use AbstractMkTreeUnifiedFactory Package Description 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.mkmax elki.index.tree.metrical.mtreevariants.mktrees.mktab -
-
Uses of AbstractMkTreeUnifiedFactory in elki.index.tree.metrical.mtreevariants.mktrees
Methods in elki.index.tree.metrical.mtreevariants.mktrees that return AbstractMkTreeUnifiedFactory Modifier and Type Method Description abstract AbstractMkTreeUnifiedFactory<O,N,E,S>AbstractMkTreeUnifiedFactory.Par. make() -
Uses of AbstractMkTreeUnifiedFactory in elki.index.tree.metrical.mtreevariants.mktrees.mkmax
Subclasses of AbstractMkTreeUnifiedFactory in elki.index.tree.metrical.mtreevariants.mktrees.mkmax Modifier and Type Class Description classMkMaxTreeFactory<O>Factory for MkMaxTrees -
Uses of AbstractMkTreeUnifiedFactory in elki.index.tree.metrical.mtreevariants.mktrees.mktab
Subclasses of AbstractMkTreeUnifiedFactory in elki.index.tree.metrical.mtreevariants.mktrees.mktab Modifier and Type Class Description classMkTabTreeFactory<O>Factory for MkTabTrees
-