Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

corner
Type: SystemDouble
The starting point of this spatial cell.
width
Type: SystemDouble
The widths of this spatial cell.
See Also