C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

Namespaces | Enumerations
daal::algorithms::implicit_als::training::init Namespace Reference

Contains classes for the implicit ALS initialization algorithm.

Namespaces

 interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  Method { defaultDense = 0, fastCSR = 1 }
 Available methods for initializing the implicit ALS algorithm. More...
 
enum  InputId { data }
 Available identifiers of input objects for the implicit ALS initialization algorithm. More...
 
enum  Step2LocalInputId { inputOfStep2FromStep1 }
 
enum  PartialResultBaseId { outputOfInitForComputeStep3, offsets }
 Available identifiers of partial results of the implicit ALS initialization algorithm in the first and second steps of the distributed processing mode. More...
 
enum  PartialResultId { partialModel = lastPartialResultBaseId + 1 }
 Available identifiers of partial results of the implicit ALS initialization algorithm in the first step of the distributed processing mode. More...
 
enum  PartialResultCollectionId { outputOfStep1ForStep2 = lastPartialResultId + 1 }
 Available identifiers of partial results of the implicit ALS initialization algorithm in the first step of the distributed processing mode. More...
 
enum  DistributedPartialResultStep2Id { transposedData = lastPartialResultBaseId + 1 }
 
enum  ResultId { model }
 Available identifiers of the results of the implicit ALS initialization algorithm. More...
 

For more complete information about compiler optimizations, see our Optimization Notice.