C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Parameters for the compute() method of the implicit ALS algorithm. More...
|
inline |
Constructs parameters of the implicit ALS initialization algorithm
| [in] | nFactors | Number of factors |
| [in] | maxIterations | Maximum number of iterations of the implicit ALS training algorithm |
| [in] | alpha | Confidence parameter of the implicit ALS training algorithm |
| [in] | lambda | Regularization parameter |
| [in] | preferenceThreshold | Threshold used to define preference values |
| double alpha |
Confidence parameter of the implicit ALS training algorithm
| double lambda |
Regularization parameter
| size_t maxIterations |
Maximum number of iterations of the implicit ALS training algorithm
| size_t nFactors |
Number of factors
| double preferenceThreshold |
Threshold used to define preference values
For more complete information about compiler optimizations, see our Optimization Notice.