Provides methods to access final results obtained with the compute() method of the SVD algorithm in the batch processing mode or with the finalizeCompute() method in the online processing mode or steps 2 and 3 in the distributed processing mode.
More...
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
Allocates memory to store final results of the SVD algorithm
- Parameters
-
[in] | input | Pointer to the input object |
[in] | parameter | Pointer to the parameter |
[in] | method | Algorithm computation method |
- Returns
- Status of allocation
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::PartialResult * |
partialResult, |
|
|
daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
Allocates memory to store final results of the SVD algorithm
- Parameters
-
[in] | partialResult | Pointer to the partial result |
[in] | parameter | Pointer to the parameter |
[in] | method | Algorithm computation method |
- Returns
- Status of allocation
DAAL_EXPORT services::Status allocateImpl |
( |
size_t |
m, |
|
|
size_t |
n |
|
) |
| |
Allocates memory to store final results of the SVD algorithm
- Template Parameters
-
algorithmFPType | Data type to use for storage in the resulting HomogenNumericTable |
- Parameters
-
[in] | m | Number of columns in the input data set |
[in] | n | Number of rows in the input data set |
- Returns
- Status of allocation
services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks final results of the algorithm
- Parameters
-
[in] | input | Pointer to input objects |
[in] | par | Pointer to parameters |
[in] | method | Computation method |
- Returns
- Errors detected while checking
services::Status check |
( |
const daal::algorithms::PartialResult * |
pres, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks the result parameter of the SVD algorithm
- Parameters
-
[in] | pres | Partial result of the algorithm |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method |
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns a result of the SVD algorithm
- Parameters
-
[in] | id | Identifier of the parameter |
- Returns
- Parameter that corresponds to the given identifier
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets the final result of the SVD algorithm
- Parameters
-
[in] | id | Identifier of the final result |
[in] | value | Value that corresponds to the given identifier |
The documentation for this class was generated from the following file: