|
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
)
Public Shared Function FromData (
points As Double()()
) As SPTree
Request Example
View SourceParameters
- points
- Type: SystemDouble
The points to be added to the tree.
Return Value
Type:
SPTreeA
SPTree populated with the given data points.
See Also