Click or drag to resize
Accord.NET (logo)

SPTreeFromData Method

Creates a new space-partitioning tree from the given points.

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static SPTree FromData(
	double[][] points
)
Request Example View Source

Parameters

points
Type: SystemDouble
The points to be added to the tree.

Return Value

Type: SPTree
A SPTree populated with the given data points.
See Also