Click or drag to resize
Accord.NET (logo)

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

Parameters

point
Type: SystemDouble

Return Value

Type: Boolean
See Also