Input objects for the implicit ALS training algorithm in the third step of the distributed processing mode
More...
template<>
class daal::algorithms::implicit_als::training::interface1::DistributedInput< step3Local >
services::Status check |
( |
const daal::algorithms::Parameter * |
parameter, |
|
|
int |
method |
|
) |
| const |
Checks the parameters and input objects of the implicit ALS training algorithm in the first step of the distributed processing mode
- Parameters
-
[in] | parameter | Parameter of the algorithm |
[in] | method | Computation method of the algorithm |
Returns an input partial model object for the implicit ALS training algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
Returns an input key-value data collection object for the implicit ALS training algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
Returns an input numeric table object for the implicit ALS training algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
size_t getNumberOfBlocks |
( |
| ) |
const |
Returns the number of blocks of data used in distributed computations
- Returns
- Number of blocks of data
size_t getOffset |
( |
| ) |
const |
Returns the index of the starting row of the input partial model
- Returns
- Index of the starting row of the input partial model
data_management::NumericTablePtr getOutBlockIndices |
( |
size_t |
key | ) |
const |
Returns the numeric table that contains the indices of factors that should be transferred to a specified node
- Parameters
-
- Returns
- Numeric table that contains the indices of factors that should be transferred to a specified node
Sets an input partial model object for the implicit ALS training algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the new input object value |
Sets an input key-value data collection object for the implicit ALS training algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the new input object value |
Sets an input numeric table 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: