Input objects for the implicit ALS initialization algorithm
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks the input objects and parameters of the implicit ALS initialization algorithm
- Parameters
-
parameter | Parameter of the algorithm |
method | Computation method of the algorithm |
Returns an input object for the implicit ALS initialization algorithm
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
def getNumberOfItems |
( |
|
self | ) |
|
Returns the number of items, that is, the number of columns in the input data set
- Returns
- Number of items
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets an input object for the implicit ALS initialization algorithm
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the input object |
The documentation for this class was generated from the following file:
- implicit_als/training/init.py