|
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
)
Public Sub New (
dimension As Integer
)
Request Example
View SourceParameters
- dimension
- Type: SystemInt32
The number of dimensions of the space.
See Also