Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppEntry

Packages that use MkAppEntry
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp MkAppTree 
 

Uses of MkAppEntry in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp
 

Classes in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp that implement MkAppEntry
(package private)  class MkAppDirectoryEntry<D extends NumberDistance<D,N>,N extends Number>
          Represents an entry in a directory node of a MkApp-Tree.
(package private)  class MkAppLeafEntry<D extends NumberDistance<D,N>,N extends Number>
          Represents an entry in a leaf node of a MkApp-Tree.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp that return MkAppEntry
protected  MkAppEntry<D,N> MkAppTree.createNewDirectoryEntry(MkAppTreeNode<O,D,N> node, Integer routingObjectID, D parentDistance)
          Creates a new directory entry representing the specified node.
protected  MkAppEntry<D,N> MkAppTree.createNewLeafEntry(O object, D parentDistance)
          Creates a new leaf entry representing the specified data object in the specified subtree.
protected  MkAppEntry<D,N> MkAppTree.createRootEntry()
          Creates an entry representing the root node.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp with parameters of type MkAppEntry
private  void MkAppTree.adjustApproximatedKNNDistances(MkAppEntry<D,N> entry, Map<Integer,KNNList<D>> knnLists)
          Adjusts the knn distance in the subtree of the specified root entry.
 void MkAppTreeNode.adjustEntry(MkAppEntry<D,N> entry, Integer routingObjectID, D parentDistance, AbstractMTree<O,D,MkAppTreeNode<O,D,N>,MkAppEntry<D,N>> mTree)
          Adjusts the parameters of the entry representing this node.
protected  void MkAppTreeNode.integrityCheckParameters(MkAppEntry<D,N> parentEntry, MkAppTreeNode<O,D,N> parent, int index, AbstractMTree<O,D,MkAppTreeNode<O,D,N>,MkAppEntry<D,N>> mTree)
           
protected  void MkAppTree.preInsert(MkAppEntry<D,N> entry)
          Performs necessary operations before inserting the specified entry.
 

Method parameters in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp with type arguments of type MkAppEntry
 void MkAppTreeNode.adjustEntry(MkAppEntry<D,N> entry, Integer routingObjectID, D parentDistance, AbstractMTree<O,D,MkAppTreeNode<O,D,N>,MkAppEntry<D,N>> mTree)
          Adjusts the parameters of the entry representing this node.
protected  void MkAppTreeNode.integrityCheckParameters(MkAppEntry<D,N> parentEntry, MkAppTreeNode<O,D,N> parent, int index, AbstractMTree<O,D,MkAppTreeNode<O,D,N>,MkAppEntry<D,N>> mTree)
           
 


Release 0.2.1 (2009-07-13_1605)