Algorithm class for training the implicit ALS model in the batch processing mode.
More...
◆ TrainingBatch() [1/2]
Constructs the implicit ALS training algorithm in the batch processing mode by copying input objects and parameters of another implicit ALS training algorithm
- Parameters
-
context | Context to manage the implicit ALS training algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ TrainingBatch() [2/2]
Constructs the implicit ALS training algorithm in the batch processing mode
- Parameters
-
context | Context to manage the implicit ALS training algorithm |
cls | Data type to use in intermediate computations for the implicit ALS training algorithm, Double.class or Float.class |
method | Implicit ALS computation method, TrainingMethod |
◆ clone()
Returns the newly allocated implicit ALS training algorithm in the batch processing mode with a copy of input objects of this implicit ALS training algorithm
- Parameters
-
context | Context to manage the implicit ALS training algorithm |
- Returns
- The newly allocated algorithm
◆ compute()
Computes the results of the implicit ALS training algorithm in the batch processing mode
- Returns
- Results of the implicit ALS training algorithm in the batch processing mode
◆ setResult()
Registers user-allocated memory to store the results of the implicit ALS training algorithm in the batch processing mode
- Parameters
-
result | Structure to store the results of the implicit ALS training algorithm in the batch processing mode |
◆ input
◆ method
Training method for the algorithm
◆ parameter
Parameters of the algorithm
The documentation for this class was generated from the following file:
- implicit_als/training/TrainingBatch.java