Provides methods to access results obtained with the PCA algorithm.
More...
◆ allocate() [1/2]
Allocates memory for storing partial results of the PCA algorithm
- Parameters
-
[in] | input | Pointer to an object containing input data |
[in] | parameter | Algorithm parameter |
[in] | method | Computation method |
◆ allocate() [2/2]
Allocates memory for storing partial results of the PCA algorithm *
- Parameters
-
[in] | partialResult | Pointer to an object containing input data |
[in] | parameter | Parameter of the algorithm |
[in] | method | Computation method |
◆ check() [1/2]
Checks the results of the PCA algorithm
- Parameters
-
[in] | _input | Input object of algorithm |
[in] | par | Algorithm parameter |
[in] | method | Computation method |
- Returns
- Errors detected while checking
Reimplemented from Result.
◆ check() [2/2]
Checks the results of the PCA algorithm
- Parameters
-
[in] | pr | Partial results of the algorithm |
[in] | method | Computation method |
[in] | parameter | Algorithm parameter |
- Returns
- Errors detected while checking
Reimplemented from Result.
◆ checkImpl()
services::Status checkImpl |
( |
size_t |
nFeatures, |
|
|
size_t |
nComponents, |
|
|
DAAL_UINT64 |
resultsToCompute |
|
) |
| const |
|
protected |
Checks the results of the PCA algorithm implementation
- Parameters
-
[in] | nFeatures | Number of features |
[in] | nComponents | Number of components |
[in] | resultsToCompute | Results to compute |
- Returns
- Status
◆ get() [1/2]
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Gets the results of the PCA algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ get() [2/2]
Gets the results collection of the PCA algorithm
- Parameters
-
[in] | id | Identifier of the results collection |
- Returns
- PCA results collection
◆ set() [1/2]
void set |
( |
ResultCollectionId |
id, |
|
|
data_management::KeyValueDataCollectionPtr & |
collection |
|
) |
| |
Sets the results collection of the PCA algorithm only not NULL tables from collection collection will be set to result
- Parameters
-
[in] | id | Identifier of the results collection |
[in] | collection | PCA results collection |
◆ set() [2/2]
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets results of the PCA algorithm
- Parameters
-
[in] | id | Identifier of the result |
[in] | value | Pointer to the object |
The documentation for this class was generated from the following file: