Provides methods to access partial results of computing the initial model for the implicit ALS training algorithm.
More...
◆ InitPartialResult()
Constructs the partial result of the implicit ALS initialization algorithm in the distributed processing mode
- Parameters
-
context | Context to manage the partial result |
◆ get() [1/3]
Returns a partial result of computing the initial model for the implicit ALS training algorithm
- Parameters
-
id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
◆ get() [2/3]
Gets a KeyValueDataCollection partial result of the implicit ALS initialization algorithm
- Parameters
-
id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
◆ get() [3/3]
Gets a numeric table object from a partial result of the implicit ALS initialization algorithm
- Parameters
-
id | Identifier of the partial result |
key | Key to use to retrieve a numeric table |
- Returns
- Partial result that corresponds to the given identifier
◆ set() [1/2]
Sets a partial result of computing the initial model for the implicit ALS training algorithm
- Parameters
-
id | Identifier of the partial result |
value | Partial result that corresponds to the given identifier |
◆ set() [2/2]
Sets the KeyValueDataCollection partial result of the implicit ALS initialization algorithm
- Parameters
-
id | Identifier of the partial result |
value | Partial result that corresponds to the given identifier |
The documentation for this class was generated from the following file:
- implicit_als/training/init/InitPartialResult.java