|
KDTreeAdd Method
|
Adds a new point to this tree.
Namespace:
Accord.Collections
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public void Add(
double[] position
)
Public Sub Add (
position As Double()
)
Request Example
View SourceParameters
- position
- Type: SystemDouble
A double-vector with the same number of elements as dimensions in the tree.
See Also