C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
Classes | |
class | BatchContainer |
Provides methods to run implementations of the implicit ALS initialization algorithm. More... | |
class | Batch |
Algorithm class for initializing the implicit ALS model. More... | |
class | DistributedContainer |
Class containing methods to compute the results of the implicit ALS initialization algorithm in the distributed processing mode. More... | |
class | DistributedContainer< step1Local, algorithmFPType, method, cpu > |
Class containing methods to train the implicit ALS model in the first step of the distributed processing mode. More... | |
class | DistributedContainer< step2Local, algorithmFPType, method, cpu > |
Class containing methods to train the implicit ALS model in the third step of the distributed processing mode. More... | |
class | Distributed |
Initializes the implicit ALS model in the distributed processing mode. More... | |
class | Distributed< step1Local, algorithmFPType, method > |
Initializes the implicit ALS model in the first step of the distributed processing mode. More... | |
class | Distributed< step2Local, algorithmFPType, method > |
Initializes the implicit ALS model in the second step of the distributed processing mode. More... | |
struct | Parameter |
Parameters of the compute() method of the implicit ALS initialization algorithm. More... | |
struct | DistributedParameter |
Parameters of the compute() method of the implicit ALS initialization algorithm in the distributed computing mode. More... | |
class | Input |
Input objects for the implicit ALS initialization algorithm More... | |
class | DistributedInput |
Input objects for the implicit ALS initialization algorithm in the distributed processing mode More... | |
class | DistributedInput< step1Local > |
Input objects for the implicit ALS initialization algorithm in the first step of the distributed processing mode More... | |
class | DistributedInput< step2Local > |
Input objects for the implicit ALS initialization algorithm in the second step of the distributed processing mode More... | |
class | PartialResultBase |
Provides interface to access partial results obtained with the implicit ALS initialization algorithm in the first and second steps of the distributed processing mode. More... | |
class | PartialResult |
Provides methods to access partial results obtained with the compute() method of the implicit ALS initialization algorithm. More... | |
class | DistributedPartialResultStep2 |
Provides methods to access partial results obtained with the compute() method of the implicit ALS initialization algorithm. More... | |
class | Result |
Provides methods to access the results obtained with the compute() method of the implicit ALS initialization algorithm. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.