Provides methods to access partial results obtained with the compute() method of the implicit ALS algorithm in the the third step of the distributed processing mode.
More...
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
Allocates memory to store a partial result of the implicit ALS training algorithm
- Parameters
-
[in] | input | Pointer to the input object |
[in] | parameter | Pointer to the parameter |
[in] | method | Algorithm computation method |
services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
int |
method |
|
) |
| const |
Checks a partial result of the implicit ALS training algorithm
- Parameters
-
[in] | input | Pointer to the structure of input objects |
[in] | parameter | Pointer to the structure of algorithm parameters |
[in] | method | Computation method |
Returns a partial result of the implicit ALS training algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
- Returns
- Value that corresponds to the given identifier
Returns a partial model obtained with the compute() method of the implicit ALS algorithm in the third step of the distributed processing mode
- Parameters
-
[in] | id | Identifier of the partial result |
[in] | key | Index of the partial model in the key-value data collection |
- Returns
- Pointer to the partial model object
Sets a partial result of the implicit ALS training 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: