C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
DistributedParameter Struct Reference

Parameters of the compute() method of the implicit ALS initialization algorithm in the distributed computing mode. More...

Class Declaration

struct DAAL_EXPORT DistributedParameter : public Parameter
{
DistributedParameter(size_t nFactors = 10, size_t fullNUsers = 0, size_t seed = 777777);
data_management::NumericTablePtr partition;
services::Status check() const DAAL_C11_OVERRIDE;
};

Constructor & Destructor Documentation

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

Parameters
[in]nFactorsTotal number of factors
[in]fullNUsersFull number of users
[in]seedSeed for random numbers generation
Deprecated:
This item will be removed in a future release. Use engine instead.

Member Data Documentation

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


The documentation for this struct was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.