Parameters of the compute() method of the implicit ALS initialization algorithm.
More...
def __init__ |
( |
|
self, |
|
|
|
nFactors = 10 , |
|
|
|
fullNUsers = 0 , |
|
|
|
seed = 777777 |
|
) |
| |
Constructs parameters of the implicit ALS initialization algorithm
- 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(Parameter self) -> Status
Engine for generating random numbers in the initialization step
Seed for generating random numbers in the initialization step
- Deprecated:
- This item will be removed in a future release.
Use engine instead.
The documentation for this class was generated from the following file:
- implicit_als/training/init.py