Click or drag to resize
Accord.NET (logo)

KDTreeBaseTNode Properties

The KDTreeBaseTNode generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in this tree. This is also the number of tree nodes.
Public propertyDimensions
Gets the number of dimensions expected by the input points of this tree.
Public propertyDistance
Gets or set the distance function used to measure distances amongst points on this tree
Public propertyLeaves
Gets the number of leaves contained in this tree. This can be used to calibrate approximate nearest searchers.
Public propertyRoot
Gets the root node of this tree.
(Inherited from BinaryTreeTNode.)
Top
See Also