Input objects for the PCA algorithm.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks input algorithm parameters
- Parameters
-
par | Algorithm parameter |
method | Computation method |
- Returns
- Errors detected while checking
def getDataset |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns the input object of the PCA algorithm
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
Returns the number of columns in the input data set
- Returns
- Number of columns in the input data set
def setCorrelation |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets input correlation matrix for the PCA algorithm
- Parameters
-
id | Identifier of the input object |
value | Pointer to the input object |
def setDataset |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets input dataset for the PCA algorithm
- Parameters
-
id | Identifier of the input object |
value | Pointer to the input object |
The documentation for this class was generated from the following file:
- algorithms/pca/__init__.py