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
P
ParentFilter
- Class in
mtree.utils
ParentFilter()
- Constructor for class mtree.utils.
ParentFilter
Constructors
ParentFilter(LocalAbstractObject)
- Constructor for class mtree.utils.
ParentFilter
ParentFilter(BinaryInput, BinarySerializator)
- Constructor for class mtree.utils.
ParentFilter
Creates a new instance of ParentFilter loaded from binary input buffer.
pivots
- Variable in class mtree.
MTree
fixed array of pivots
print(Node)
- Method in class mtree.
MTree
Recursive method for printTree.
printStatistics()
- Method in class mtree.
MTree
Prints the statistics of the tree (the number of internal nodes, the number of leaves, the number of all objects and the number of slim nodes - nodes with only one stored object).
printTree()
- Method in class mtree.
MTree
Prints a structure of the whole tree (all nodes with their objects).
processNode(LeafNode, Map<LocalAbstractObject, Float>, KNNQueryOperation)
- Method in class mtree.
MTree
Process a leaf node from M-Tree queue.
processNode(LeafNode, SearchQueue<Serializable>, LocalAbstractObject)
- Method in class mtree.
MTree
Process a leaf node from M-Tree queue.
processNode(InternalNode, SearchQueue, Map<LocalAbstractObject, Float>, LocalAbstractObject, float)
- Method in class mtree.
MTree
Process an internal node from M-Tree queue.
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