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