Click or drag to resize
Accord.NET (logo)

VPTreeNodeTPoint Properties

The VPTreeNodeTPoint generic type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets or sets the collection of child nodes under this node.
(Inherited from BinaryNodeTNode.)
Public propertyIsLeaf
Gets whether this node is a leaf (has no children).
(Inherited from BinaryNodeTNode.)
Public propertyLeft
Gets or sets the left subtree of this node.
(Inherited from BinaryNodeTNode.)
Public propertyPosition
Gets or sets the current position for this Vantage-Point Tree Node.
(Inherited from VPTreeNodeBaseTPoint, TNode.)
Public propertyRight
Gets or sets the right subtree of this node.
(Inherited from BinaryNodeTNode.)
Public propertyThreshold
Gets or sets the threshold radius for this node.
(Inherited from VPTreeNodeBaseTPoint, TNode.)
Top
See Also