C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameters of the compute() method of the implicit ALS initialization algorithm in the distributed computing mode. More...
DistributedParameter | ( | size_t | nFactors = 10 , |
size_t | fullNUsers = 0 , |
||
size_t | seed = 777777 |
||
) |
Constructs parameters of the implicit ALS initialization algorithm in the distributed computing mode
[in] | nFactors | Total number of factors |
[in] | fullNUsers | Full number of users |
[in] | seed | Seed for random numbers generation |
data_management::NumericTablePtr partition |
Numeric table od size 1x1 that provides
the number of input data parts used in implicit ALS initialization algorithm in the distributed computing mode. Or, numeric table of size (nParts + 1)x1, where nParts is the number of input data parts used in implicit ALS initialization algorithm in the distributed computing mode; and partition[i] holds the offset i-th data part to be computed by the initialization algorithm
For more complete information about compiler optimizations, see our Optimization Notice.