VPTreeNodeTPoint, TData Properties |
The VPTreeNodeTPoint, TData generic type exposes the following members.
Name | Description | |
---|---|---|
Children |
Gets or sets the collection of child nodes
under this node.
(Inherited from BinaryNodeTNode.) | |
IsLeaf |
Gets whether this node is a leaf (has no children).
(Inherited from BinaryNodeTNode.) | |
Left |
Gets or sets the left subtree of this node.
(Inherited from BinaryNodeTNode.) | |
Position |
Gets or sets the current position for this Vantage-Point Tree Node.
(Inherited from VPTreeNodeBaseTPoint, TNode.) | |
Right |
Gets or sets the right subtree of this node.
(Inherited from BinaryNodeTNode.) | |
Threshold |
Gets or sets the threshold radius for this node.
(Inherited from VPTreeNodeBaseTPoint, TNode.) | |
Value |
Gets or sets a value associated with this node.
|