|
SPCell Constructor (Double, Double)
|
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(
double[] corner,
double[] width
)
Public Sub New (
corner As Double(),
width As Double()
)
Request Example
View SourceParameters
- corner
- Type: SystemDouble
The starting point of this spatial cell. - width
- Type: SystemDouble
The widths of this spatial cell.
See Also