public interface MTreeInsert<E extends MTreeEntry,N extends AbstractMTreeNode<?,N,E>>
Modifier and Type | Method and Description |
---|---|
IndexTreePath<E> |
choosePath(AbstractMTree<?,N,E,?> tree,
E object)
Choose the subpath to insert into.
|
IndexTreePath<E> choosePath(AbstractMTree<?,N,E,?> tree, E object)
tree
- Tree to processobject
- Object to insertCopyright © 2019 ELKI Development Team. License information.