Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree.MTreeNode

Packages that use MTreeNode
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree MTree 
 

Uses of MTreeNode in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree that return MTreeNode
protected  MTreeNode<O,D> MTreeNode.createNewDirectoryNode(int capacity)
           
protected  MTreeNode<O,D> MTree.createNewDirectoryNode(int capacity)
           
protected  MTreeNode<O,D> MTreeNode.createNewLeafNode(int capacity)
           
protected  MTreeNode<O,D> MTree.createNewLeafNode(int capacity)
           
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree with parameters of type MTreeNode
protected  MTreeEntry<D> MTree.createNewDirectoryEntry(MTreeNode<O,D> node, Integer routingObjectID, D parentDistance)
           
 

Constructor parameters in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree with type arguments of type MTreeNode
MTreeNode(PageFile<MTreeNode<O,D>> file, int capacity, boolean isLeaf)
          Creates a new MTreeNode with the specified parameters.
 


Release 0.2 (2009-07-06_1820)