Input objects for the rating prediction stage of the implicit ALS algorithm
More...
◆ check()
Checks the input objects and parameters of the implicit ALS algorithm in the rating prediction stage
- Parameters
-
[in] | parameter | Algorithm parameter |
[in] | method | Computation method of the algorithm |
Reimplemented from Input.
◆ get()
Returns an input Model object for the rating prediction stage of the implicit ALS algorithm
- Parameters
-
[in] | id | Identifier of the input Model object |
- Returns
- Input object that corresponds to the given identifier
◆ getNumberOfItems()
size_t getNumberOfItems |
( |
| ) |
const |
|
virtual |
Returns the number of columns in the input numeric table
- Returns
- Number of columns in the input numeric table
Implements InputIface.
◆ getNumberOfUsers()
size_t getNumberOfUsers |
( |
| ) |
const |
|
virtual |
Returns the number of rows in the input numeric table
- Returns
- Number of rows in the input numeric table
Implements InputIface.
◆ set()
Sets an input Model object for the rating prediction stage of the implicit ALS algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
The documentation for this class was generated from the following file: