Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
W
S
saveToFile(String)
- Method in class mtree.
MTree
Saves the tree into a file specified by filename.
Search
- Class in
mtree.utils
Search()
- Constructor for class mtree.utils.
Search
SearchQueue
<
T
extends java.io.Serializable> - Class in
mtree
SearchQueue(int)
- Constructor for class mtree.
SearchQueue
Create a new instance of SearchQueue.
SearchQueue()
- Constructor for class mtree.
SearchQueue
Create a new instance of SearchQueue.
setMax(float)
- Method in class mtree.
NodeEntry.HREntry
setMin(float)
- Method in class mtree.
NodeEntry.HREntry
setMultiwayInsertion(boolean)
- Method in class mtree.
MTree
Sets the type of inserting algorithm (singleway or multiway insertion).
setNode(InternalNode)
- Method in class mtree.
NodeEntry
Sets the node in which this node entry is stored.
setParentDist(float)
- Method in class mtree.utils.
ParentFilter
Sets the distance to the parent pivot.
setParentDistances(SplitPolicy, float)
- Static method in class mtree.utils.
Split
Sets the parent distance of the split policy pivots to the given distance.
setParentDistances(SplitPolicy, LocalAbstractObject)
- Static method in class mtree.utils.
Split
Computes and sets the parent distance of the split policy pivots to the distance between the pivot and the given object.
setParentDistances(SplitPolicy)
- Static method in class mtree.utils.
Split
Sets the parent distance of the split policy pivots to the distance between the pivot and the last processed object.
setPrecompDistances(LocalAbstractObject, LocalAbstractObject[])
- Static method in class mtree.utils.
Search
Creates the parent distance filter and the fixed array of precomputed distances to the pivots (in both cases the filters are created only if they are not presented within the object q).
setRadius(float)
- Method in class mtree.
NodeEntry
Sets the radius of this node entry covering all descendants.
setSubtree(Node)
- Method in class mtree.
NodeEntry
Sets the subtree of this node entry.
split(SplitPolicy, SplittableAlgorithm.SplittableAlgorithmResult, int)
- Method in class mtree.
MTree
Splits this tree into two trees according to the given splitNode_SlimDown policy.
Split
- Class in
mtree.utils
Split()
- Constructor for class mtree.utils.
Split
Split.Edge
- Class in
mtree.utils
Static class used for building the spanning tree.
Split.Edge(LocalAbstractObject, LocalAbstractObject)
- Constructor for class mtree.utils.
Split.Edge
Constructors
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
W