Input objects for the first step of the rating prediction stage of the implicit ALS algorithm in the distributed processing mode
More...
template<>
class daal::algorithms::implicit_als::prediction::ratings::interface1::DistributedInput< step1Local >
◆ check()
Checks the parameters of the rating prediction stage of the implicit ALS algorithm
- Parameters
-
[in] | parameter | Algorithm parameter |
[in] | method | Computation method for the algorithm |
Reimplemented from Input.
◆ get()
Returns an input object for the rating prediction stage of the implicit ALS algorithm
- Parameters
-
[in] | id | Identifier of the input 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 object for the rating prediction stage of the implicit ALS algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the new input object value |
The documentation for this class was generated from the following file: