Parameters for the compute() method of the implicit ALS algorithm.
More...
def __init__ |
( |
|
self, |
|
|
|
nFactors = 10 , |
|
|
|
maxIterations = 5 , |
|
|
|
alpha = 40.0 , |
|
|
|
arg5 = 0.01 , |
|
|
|
preferenceThreshold = 0.0 |
|
) |
| |
Constructs parameters of the implicit ALS initialization algorithm
- Parameters
-
nFactors | Number of factors |
maxIterations | Maximum number of iterations of the implicit ALS training algorithm |
alpha | Confidence parameter of the implicit ALS training algorithm |
lambda | Regularization parameter |
preferenceThreshold | Threshold used to define preference values |
check(Parameter self) -> Status
Confidence parameter of the implicit ALS training algorithm
Maximum number of iterations of the implicit ALS training algorithm
preferenceThreshold = ... |
|
static |
Threshold used to define preference values
The documentation for this class was generated from the following file:
- algorithms/implicit_als/__init__.py