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.
|
|
◆ DistributedPartialResultStep2Id
Available types of partial results of the implicit ALS initialization algorithm in the second step of the distributed processing mode
Enumerator |
---|
transposedData | CSR numeric table that holds a block of users from the input data set
|
◆ InputId
Enumerator |
---|
data | Input data table that contains ratings
|
◆ Method
Enumerator |
---|
defaultDense | Default: initialization method for input data stored in the dense format
|
fastCSR | Initialization method for input data stored in the compressed sparse row (CSR) format
|
◆ PartialResultBaseId
Enumerator |
---|
outputOfInitForComputeStep3 | Partial results of the implicit ALS initialization algorithm computed in the first step and to be transferred to the third step of the distributed ALS training algorithm
|
offsets | Collection of 1x1 numeric tables that hold the global indices of the starting rows of the partial models
|
◆ PartialResultCollectionId
Enumerator |
---|
outputOfStep1ForStep2 | Partial results of the implicit ALS initialization algorithm computed in the first step and to be transferred to the second step of the distributed initialization algorithm
|
◆ PartialResultId
Enumerator |
---|
partialModel | Partial implicit ALS model
|
◆ ResultId
Enumerator |
---|
model | Implicit ALS model
|
◆ Step2LocalInputId
Available identifiers of input objects for the implicit ALS initialization algorithm in the second step of the distributed processing mode
Enumerator |
---|
inputOfStep2FromStep1 | Partial results of the implicit ALS initialization algorithm computed in the first step and to be transferred to the second step of the distributed initialization algorithm
|