Provides methods to access the prediction results obtained with the compute() method of the implicit ALS algorithm in the batch processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Allocates memory to store the result of the rating prediction stage of the implicit ALS algorithm
- Parameters
-
input | Pointer to the input object |
parameter | Pointer to the parameter |
method | Algorithm computation method |
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks the result of the rating prediction stage of the implicit ALS algorithm
- Parameters
-
input | Input object for the algorithm |
parameter | Parameter of the algorithm |
method | Computation method of the algorithm |
Returns the prediction result of the implicit ALS algorithm
- Parameters
-
id | Identifier of the prediction result, ResultId |
- Returns
- Prediction result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the prediction result of the implicit ALS algorithm
- Parameters
-
id | Identifier of the prediction result, ResultId |
ptr | Pointer to the prediction result |
The documentation for this class was generated from the following file: