Click or drag to resize
Accord.NET (logo)

KDTreeNode Properties

The KDTreeNode type exposes the following members.

Properties
  NameDescription
Public propertyAxis
Gets or sets the dimension index of the split. This value is a index of the Position vector and as such should be higher than zero and less than the number of elements in Position.
(Inherited from KDTreeNodeBaseTNode.)
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 position of the node in spatial coordinates.
(Inherited from KDTreeNodeBaseTNode.)
Public propertyRight
Gets or sets the right subtree of this node.
(Inherited from BinaryNodeTNode.)
Top
See Also