|
SPTreeNodeAdd Method
|
Inserts a point in the Space-Partitioning tree.
Namespace:
Accord.Collections
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool Add(
double[] point
)
Public Function Add (
point As Double()
) As Boolean
Request Example
View SourceParameters
- point
- Type: SystemDouble
Return Value
Type:
BooleanSee Also