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> MTree.createNewDirectoryNode()
           
protected  MTreeNode<O,D> MTree.createNewLeafNode()
           
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree that return types with arguments of type MTreeNode
protected  Class<MTreeNode<O,D>> MTreeFactory.getNodeClass()
           
 

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, DBID routingObjectID, D parentDistance)
           
 

Constructor parameters in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree with type arguments of type MTreeNode
MTree(PageFile<MTreeNode<O,D>> pagefile, DistanceQuery<O,D> distanceQuery, DistanceFunction<O,D> distanceFunction)
          Constructor.
MTreeIndex(Relation<O> relation, PageFile<MTreeNode<O,D>> pagefile, DistanceQuery<O,D> distanceQuery, DistanceFunction<O,D> distanceFunction)
          Constructor.
 


Release 0.4.0 (2011-09-20_1324)