Input objects for the PCA transformation algorithm in the batch and online processing modes and for the first distributed step of the algorithm.
More...
◆ Input() [1/2]
◆ Input() [2/2]
◆ ~Input()
Destructor
Reimplemented from Input.
◆ check()
Checks parameters of the algorithm
- Parameters
-
[in] | parameter | Pointer to the parameters |
[in] | method | Computation method |
Reimplemented from Input.
◆ get() [1/3]
data_management::NumericTablePtr get |
( |
InputId |
id | ) |
const |
Returns input object of the PCA transformation algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ get() [2/3]
Returns input object of the PCA transformation algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ get() [3/3]
Returns input transform object of the PCA transformation algorithm
- Parameters
-
[in] | wid | Identifier of the transform data input object |
[in] | id | Identifier of the transform data contained object |
- Returns
- Input object that corresponds to the given identifier
◆ set() [1/3]
void set |
( |
InputId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets input object for the PCA transformation algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Pointer to the input object |
◆ set() [2/3]
Sets input object for the PCA transformation algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Pointer to the input object |
◆ set() [3/3]
Sets input transform object for the PCA transformation algorithm
- Parameters
-
[in] | wid | Identifier of the transform data input object |
[in] | id | Identifier of the transform data contained object |
[in] | value | Pointer to the input object |
The documentation for this class was generated from the following file: