C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains classes of the implicit ALS training algorithm.
Namespaces | |
init | |
Contains classes for the implicit ALS initialization algorithm. | |
interface1 | |
Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface. | |
Available types of partial results of the implicit ALS training algorithm in the first step of the distributed processing mode
Enumerator | |
---|---|
outputOfStep1ForStep2 |
Partial results of the implicit ALS training algorithm computed in the first step and to be transferred to the second step of the distributed processing mode |
Available types of partial results of the implicit ALS training algorithm in the second step of the distributed processing mode
Enumerator | |
---|---|
outputOfStep2ForStep4 |
Partial results of the implicit ALS training algorithm computed in the second step and to be transferred to the fourth step of the distributed processing mode |
Available types of partial results of the implicit ALS training algorithm in the third step of the distributed processing mode
Enumerator | |
---|---|
outputOfStep3ForStep4 |
Partial results of the implicit ALS training algorithm computed in the third step and to be transferred to the fourth step of the distributed processing mode |
Available types of partial results of the implicit ALS training algorithm in the fourth step of the distributed processing mode
enum MasterInputId |
Partial results obtained in the previous step and required by the second step of the distributed processing mode
Enumerator | |
---|---|
inputOfStep2FromStep1 |
Partial results of the implicit ALS training algorithm computed in the first step and to be transferred to the second step of the distributed processing mode |
enum Method |
enum ModelInputId |
enum NumericTableInputId |
enum PartialModelInputId |
enum ResultId |
Available identifiers of input data collection objects for the implicit ALS training algorithm in the third step of the distributed processing mode
Enumerator | |
---|---|
partialModelBlocksToNode |
Partial results of the implicit ALS initialization algorithm to be transferred to the third step of the implicit ALS training algorithm in the distributed processing mode |
inputOfStep3FromInit |
Partial results of the implicit ALS initialization algorithm to be transferred to the third step of the implicit ALS training algorithm in the distributed processing mode |
Available identifiers of input numeric table objects for the implicit ALS training algorithm in the fourth step of the distributed processing mode
Available identifiers of input key-value data collection objects for the implicit ALS training algorithm in the fourth step of the distributed processing mode
For more complete information about compiler optimizations, see our Optimization Notice.