Input objects for the implicit ALS training algorithm in the second step of the distributed processing mode
More...
template<>
class daal::algorithms::implicit_als::training::interface1::DistributedInput< step2Master >
◆ DistributedInput() [1/2]
◆ DistributedInput() [2/2]
◆ add()
Adds an input object for the implicit ALS training algorithm in the second step of the distributed processing mode
- Parameters
-
[in] | id | Identifier of the input object |
[in] | partialResult | Pointer to the partial result obtained in the previous step of the distributed processing mode |
◆ check()
Checks the parameters and input objects for the implicit ALS training algorithm in the second step of the distributed processing mode
- Parameters
-
[in] | parameter | Parameter of the algorithm |
[in] | method | Computation method of the algorithm |
Reimplemented from Input.
◆ get()
Returns an input object for the implicit ALS training algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ set()
void set |
( |
MasterInputId |
id, |
|
|
const data_management::DataCollectionPtr & |
ptr |
|
) |
| |
Sets an input object for the implicit ALS training 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: