Uses of Interface
elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppEntry
-
Packages that use MkAppEntry Package Description elki.index.tree.metrical.mtreevariants.mktrees.mkapp -
-
Uses of MkAppEntry in elki.index.tree.metrical.mtreevariants.mktrees.mkapp
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkapp that implement MkAppEntry Modifier and Type Class Description (package private) class
MkAppDirectoryEntry
Represents an entry in a directory node of a MkApp-Tree.(package private) class
MkAppLeafEntry
Represents an entry in a leaf node of a MkApp-Tree.Methods in elki.index.tree.metrical.mtreevariants.mktrees.mkapp that return MkAppEntry Modifier and Type Method Description protected MkAppEntry
MkAppTree. createNewDirectoryEntry(MkAppTreeNode<O> node, DBID routingObjectID, double parentDistance)
Creates a new directory entry representing the specified node.protected MkAppEntry
MkAppTreeIndex. createNewLeafEntry(DBID id, O object, double parentDistance)
Creates a new leaf entry representing the specified data object in the specified subtree.protected MkAppEntry
MkAppTree. createRootEntry()
Creates an entry representing the root node.Methods in elki.index.tree.metrical.mtreevariants.mktrees.mkapp with parameters of type MkAppEntry Modifier and Type Method Description private void
MkAppTree. adjustApproximatedKNNDistances(MkAppEntry entry, java.util.Map<DBID,KNNList> knnLists)
Adjusts the knn distance in the subtree of the specified root entry.boolean
MkAppTreeNode. adjustEntry(MkAppEntry entry, DBID routingObjectID, double parentDistance, AbstractMTree<O,MkAppTreeNode<O>,MkAppEntry,?> mTree)
Adjusts the parameters of the entry representing this node.protected void
MkAppTree. initializeCapacities(MkAppEntry exampleLeaf)
Determines the maximum and minimum number of entries in a node.void
MkAppTree. insert(MkAppEntry id, boolean withPreInsert)
protected void
MkAppTreeNode. integrityCheckParameters(MkAppEntry parentEntry, MkAppTreeNode<O> parent, int index, AbstractMTree<O,MkAppTreeNode<O>,MkAppEntry,?> mTree)
protected void
MkAppTree. preInsert(MkAppEntry entry)
Method parameters in elki.index.tree.metrical.mtreevariants.mktrees.mkapp with type arguments of type MkAppEntry Modifier and Type Method Description boolean
MkAppTreeNode. adjustEntry(MkAppEntry entry, DBID routingObjectID, double parentDistance, AbstractMTree<O,MkAppTreeNode<O>,MkAppEntry,?> mTree)
Adjusts the parameters of the entry representing this node.void
MkAppTree. insertAll(java.util.List<MkAppEntry> entries)
Inserts the specified objects into this MkApp-Tree.protected void
MkAppTreeNode. integrityCheckParameters(MkAppEntry parentEntry, MkAppTreeNode<O> parent, int index, AbstractMTree<O,MkAppTreeNode<O>,MkAppEntry,?> mTree)
-