Click or drag to resize
Accord.NET (logo)

SPTree Constructor

Initializes a new instance of the SPTree class.

Namespace:  Accord.Collections
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public SPTree(
	int dimensions
)
Request Example View Source

Parameters

dimensions
Type: SystemInt32
The dimensions of the space partitioned by the tree.
See Also