C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the third step of the SVD algorithm in the distributed processing mode More...
Default constructor
DistributedStep3Input | ( | const DistributedStep3Input & | other | ) |
Copy constructor
services::Status check | ( | const daal::algorithms::Parameter * | parameter, |
int | method | ||
) | const |
Checks parameters of the algorithm
[in] | parameter | Pointer to the parameters |
[in] | method | Computation method |
data_management::DataCollectionPtr get | ( | FinalizeOnLocalInputId | id | ) | const |
Returns an input object for the SVD algorithm
[in] | id | Identifier of the input object |
void set | ( | FinalizeOnLocalInputId | id, |
const data_management::DataCollectionPtr & | value | ||
) |
Sets an input object for the SVD algorithm
[in] | id | Identifier of the input object |
[in] | value | Pointer to the new input object value |
For more complete information about compiler optimizations, see our Optimization Notice.