Parameters of the compute() method of the implicit ALS initialization algorithm in the distributed computing mode.
More...
| def __init__ |
( |
|
self, |
|
|
|
nFactors = 10, |
|
|
|
fullNUsers = 0, |
|
|
|
seed = 777777 |
|
) |
| |
Constructs parameters of the implicit ALS initialization algorithm in the distributed computing mode
- Parameters
-
| nFactors | Total number of factors |
| fullNUsers | Full number of users |
| seed | Seed for random numbers generation |
- Deprecated:
- This item will be removed in a future release. Use engine instead.
check(DistributedParameter self) -> Status
Numeric table od size 1x1 that provides
The documentation for this class was generated from the following file:
- implicit_als/training/init.py