Input objects for the low order moments algorithm
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
check(Input self, Parameter parameter, int method) -> Status
Returns the input object for the low order moments algorithm
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
def getNumberOfColumns |
( |
|
self, |
|
|
|
nCols |
|
) |
| |
Get number of columns in the input data set
- Parameters
-
nCols | Number of columns in the input data set |
- Returns
- Status of the call
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets input object for the low order moments algorithm
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the object |
The documentation for this class was generated from the following file: