C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the rating prediction stage of the implicit ALS algorithm More...
services::Status check | ( | const daal::algorithms::Parameter * | parameter, |
int | method | ||
) | const |
Checks the input objects and parameters of the implicit ALS algorithm in the rating prediction stage
[in] | parameter | Algorithm parameter |
[in] | method | Computation method of the algorithm |
ModelPtr get | ( | ModelInputId | id | ) | const |
Returns an input Model object for the rating prediction stage of the implicit ALS algorithm
[in] | id | Identifier of the input Model 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 | ( | ModelInputId | id, |
const ModelPtr & | ptr | ||
) |
Sets an input Model object for the rating prediction stage of the implicit ALS algorithm
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.