Input objects for the rating prediction stage of the implicit ALS algorithm
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks the input objects and parameters of the implicit ALS algorithm in the rating prediction stage
- Parameters
-
parameter | Algorithm parameter |
method | Computation method of the algorithm |
Returns an input Model object for the rating prediction stage of the implicit ALS algorithm
- Parameters
-
id | Identifier of the input Model object |
- Returns
- Input object that corresponds to the given identifier
def getNumberOfItems |
( |
|
self | ) |
|
Returns the number of columns in the input numeric table
- Returns
- Number of columns in the input numeric table
def getNumberOfUsers |
( |
|
self | ) |
|
Returns the number of rows in the input numeric table
- Returns
- Number of rows in the input numeric table
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets an input Model object for the rating prediction stage of the implicit ALS 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: