Click or drag to resize
Accord.NET (logo)

SPCell Constructor (Int32)

Initializes a new instance of the SPCell class.

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

Parameters

dimension
Type: SystemInt32
The number of dimensions of the space.
See Also