Predicts the results of implicit ALS model-based ratings prediction in the distributed processing mode.
More...
◆ RatingsDistributed() [1/2]
Constructs the implicit ALS ratings prediction algorithm in the distributed processing mode by copying input objects and parameters of another implicit ALS ratings prediction algorithm
- Parameters
-
context | Context to manage the implicit ALS ratings prediction algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ RatingsDistributed() [2/2]
Constructs the implicit ALS ratings prediction algorithm in the distributed processing mode
- Parameters
-
context | Context to manage the implicit ALS ratings prediction algorithm |
cls | Data type to use in intermediate computations for the implicit ALS algorithm, Double.class or Float.class |
method | Implicit ALS computation method, RatingsMethod |
◆ clone()
Returns the newly allocated ALS ratings prediction algorithm in the distributed processing mode with a copy of input objects and parameters of this ALS ratings prediction algorithm
- Parameters
-
context | Context to manage the implicit ALS ratings prediction algorithm |
- Returns
- The newly allocated algorithm
◆ compute()
Computes partial results of implicit ALS model-based ratings prediction in the distributed processing mode
- Returns
- Partial results of implicit ALS model-based ratings prediction in the distributed processing mode
◆ finalizeCompute()
Runs implicit ALS model-based ratings prediction in the distributed processing mode
- Returns
- Results of implicit ALS model-based ratings prediction
◆ setPartialResult() [1/2]
Registers user-allocated memory for storing partial results of implicit ALS model-based ratings prediction in the distributed processing mode
- Parameters
-
partialResult | Structure for storing partial results of implicit ALS model-based ratings prediction |
initializationFlag | Flag that specifies whether partial results are initialized |
◆ setPartialResult() [2/2]
Registers user-allocated memory for storing partial results of implicit ALS model-based ratings prediction in the distributed processing mode
- Parameters
-
partialResult | Structure for storing partial results of implicit ALS model-based ratings prediction |
◆ setResult()
Registers user-allocated memory for storing the results of implicit ALS model-based ratings prediction in the distributed processing mode
- Parameters
-
result | Structure for storing the results of implicit ALS model-based ratings prediction |
◆ input
◆ parameter
Parameters of the algorithm
The documentation for this class was generated from the following file: