Contains classes for computing ratings based on the implicit ALS model.
|
| interface1 |
| Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
◆ Method
Available methods for computing the results of the implicit ALS model-based prediction
Enumerator |
---|
defaultDense | Default: predicts ratings based on the ALS model and input data in the dense format
|
allUsersAllItems | Predicts ratings for all users and items based on the ALS model and input data in the dense format
|
◆ ModelInputId
Available identifiers of input model objects for the rating prediction stage of the implicit ALS algorithm
Enumerator |
---|
model | Input model trained by the ALS algorithm
|
◆ PartialModelInputId
Available identifiers of input PartialModel objects for the rating prediction stage of the implicit ALS algorithm
Enumerator |
---|
usersPartialModel | Input partial model with users factors trained by the implicit ALS algorithm in the distributed processing mode
|
itemsPartialModel | Input partial model with items factors trained by the implicit ALS algorithm in the distributed processing mode
|
◆ PartialResultId
Available identifiers of input PartialModel objects for the rating prediction stage of the implicit ALS algorithm
Enumerator |
---|
finalResult | Result of the implicit ALS ratings prediction algorithm
|
◆ ResultId
Available identifiers of the results of the rating prediction stage of the implicit ALS algorithm
Enumerator |
---|
prediction | Numeric table with the predicted ratings
|