C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the first step of the rating prediction stage of the implicit ALS algorithm in the distributed processing mode More...
services::Status check | ( | const daal::algorithms::Parameter * | parameter, |
int | method | ||
) | const |
Checks the parameters of the rating prediction stage of the implicit ALS algorithm
[in] | parameter | Algorithm parameter |
[in] | method | Computation method for the algorithm |
PartialModelPtr get | ( | PartialModelInputId | id | ) | const |
Returns an input object for the rating prediction stage of the implicit ALS algorithm
[in] | id | Identifier of the input object |
|
virtual |
Returns the number of columns in the input numeric table
Implements InputIface.
|
virtual |
Returns the number of rows in the input numeric table
Implements InputIface.
void set | ( | PartialModelInputId | id, |
const PartialModelPtr & | ptr | ||
) |
Sets an input object for the rating prediction stage of the implicit ALS algorithm
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the new input object value |
For more complete information about compiler optimizations, see our Optimization Notice.