Package elki.index.tree.metrical.mtreevariants.strategies.insert
Insertion (choose path) strategies of nodes in an M-tree (and variants).
-
Interface Summary Interface Description MTreeInsert<E extends MTreeEntry,N extends AbstractMTreeNode<?,N,E>> Default insertion strategy for the M-tree. -
Class Summary Class Description MinimumEnlargementInsert<N extends AbstractMTreeNode<?,N,E>,E extends MTreeEntry> Minimum enlargement insert - default insertion strategy for the M-tree.