C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
DistributedInput< step2Local > Class Template Reference

Input objects for the implicit ALS initialization algorithm in the second step of the distributed processing mode More...

Class Declaration

template<>
class daal::algorithms::implicit_als::training::init::interface1::DistributedInput< step2Local >

Constructor & Destructor Documentation

Default constructor

DistributedInput ( const DistributedInput< step2Local > &  other)
inline

Copy constructor

Member Function Documentation

services::Status check ( const daal::algorithms::Parameter *  parameter,
int  method 
) const

Checks the input objects and parameters of the implicit ALS initialization algorithm

Parameters
[in]parameterParameter of the algorithm
[in]methodComputation method of the algorithm
data_management::KeyValueDataCollectionPtr get ( Step2LocalInputId  id) const

Returns an input object for the implicit ALS initialization algorithm

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
void set ( Step2LocalInputId  id,
const data_management::KeyValueDataCollectionPtr &  ptr 
)

Sets an input object for the implicit ALS initialization algorithm

Parameters
[in]idIdentifier of the input object
[in]ptrPointer to the input object

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.