KDTreeBaseTNode Properties |
The KDTreeBaseTNode generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in this
tree. This is also the number of tree nodes.
| |
Dimensions |
Gets the number of dimensions expected
by the input points of this tree.
| |
Distance |
Gets or set the distance function used to
measure distances amongst points on this tree
| |
Leaves |
Gets the number of leaves contained in this
tree. This can be used to calibrate approximate
nearest searchers.
| |
Root |
Gets the root node of this tree.
(Inherited from BinaryTreeTNode.) |