Input objects of the correlation or variance-covariance matrix algorithm
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
| def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks algorithm parameters
- Parameters
-
| parameter | Pointer to the structure of algorithm parameters |
| method | Computation method |
Returns the input object of the correlation or variance-covariance matrix algorithm
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
| def getNumberOfFeatures |
( |
|
self | ) |
|
Returns number of columns in the input data set
- Returns
- Number of columns in the input data set
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the input object of the correlation or variance-covariance matrix algorithm
- Parameters
-
| id | Identifier of the input object |
| ptr | Pointer to the object |
The documentation for this class was generated from the following file: