Input objects for the implicit ALS training algorithm in the first step of the distributed processing mode
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
- Copy constructor
| def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks the parameters and input objects for the implicit ALS training algorithm in the first step of the distributed processing mode
- Parameters
-
| parameter | Parameter of the algorithm |
| method | Computation method of the algorithm |
Returns an input object for the implicit ALS training algorithm
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets an input object for the implicit ALS training algorithm
- Parameters
-
| id | Identifier of the input object |
| ptr | Pointer to the new input object value |
The documentation for this class was generated from the following file:
- algorithms/implicit_als/training/__init__.py