Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

position
Type: SystemDouble
A double-vector with the same number of elements as dimensions in the tree.
See Also