C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the implicit ALS ratings prediction algorithm in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations for implicit ALS model-based prediction, double or float |
method | Implicit ALS prediction method, Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for implicit ALS model-based ratings prediction with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
services::Status compute | ( | ) |
Computes the result of implicit ALS model-based ratings prediction in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.