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