C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to access the results obtained with the compute() method of the implicit ALS initialization algorithm. More...
| daal::algorithms::implicit_als::ModelPtr get | ( | ResultId | id | ) | const |
Returns the result of the implicit ALS initialization algorithm
| [in] | id | Identifier of the result |
| void set | ( | ResultId | id, |
| const daal::algorithms::implicit_als::ModelPtr & | ptr | ||
| ) |
Sets the result of the implicit ALS initialization algorithm
| [in] | id | Identifier of the result |
| [in] | ptr | Pointer to the result |
For more complete information about compiler optimizations, see our Optimization Notice.