C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
DistributedInput< step2Master > Class Template Reference

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

Additional Inherited Members

- Static Protected Member Functions inherited from Argument
static data_management::DataCollectionPtr & getStorage (Argument &a)
 
static const data_management::DataCollectionPtr & getStorage (const Argument &a)
 

Class Declaration

template<>
class daal::algorithms::implicit_als::training::interface1::DistributedInput< step2Master >

Constructor & Destructor Documentation

◆ DistributedInput() [1/2]

Default constructor

◆ DistributedInput() [2/2]

DistributedInput ( const DistributedInput< step2Master > &  other)
inline

Copy constructor

Member Function Documentation

◆ add()

void add ( MasterInputId  id,
const DistributedPartialResultStep1Ptr partialResult 
)

Adds an input object for the implicit ALS training algorithm in the second step of the distributed processing mode

Parameters
[in]idIdentifier of the input object
[in]partialResultPointer to the partial result obtained in the previous step of the distributed processing mode

◆ check()

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

Checks the parameters and input objects for the implicit ALS training algorithm in the second step of the distributed processing mode

Parameters
[in]parameterParameter of the algorithm
[in]methodComputation method of the algorithm

Reimplemented from Input.

◆ get()

data_management::DataCollectionPtr get ( MasterInputId  id) const

Returns an input object for the implicit ALS training algorithm

Parameters
[in]idIdentifier 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]idIdentifier of the input object
[in]ptrPointer to the new input object value

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

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