C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Parameters of the compute() method of the implicit ALS initialization algorithm. More...
| Parameter | ( | size_t | nFactors = 10, |
| size_t | fullNUsers = 0, |
||
| size_t | seed = 777777 |
||
| ) |
Constructs parameters of the implicit ALS initialization algorithm
| [in] | nFactors | Total number of factors |
| [in] | fullNUsers | Full number of users |
| [in] | seed | Seed for random numbers generation |
| engines::EnginePtr engine |
Engine for generating random numbers in the initialization step
| size_t fullNUsers |
Full number of users
| size_t nFactors |
Total number of factors
| size_t seed |
Seed for generating random numbers in the initialization step
For more complete information about compiler optimizations, see our Optimization Notice.