|
KDTreeTAdd Method
|
Inserts a value in the tree at the desired position.
Namespace:
Accord.Collections
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public void Add(
double[] position,
T value
)
Public Sub Add (
position As Double(),
value As T
)
Request Example
View SourceParameters
- position
- Type: SystemDouble
A double-vector with the same number of elements as dimensions in the tree. - value
- Type: T
The value to be inserted.
See Also