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

List of all members
DistributedInput< step > Class Template Reference

Input objects for the low order moments algorithm in the distributed processing mode on master node. 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<ComputeStep step>
class daal::algorithms::low_order_moments::interface1::DistributedInput< step >

Template Parameters
stepStep of distributed processing, ComputeStep

Member Function Documentation

◆ add()

void add ( MasterInputId  id,
const PartialResultPtr partialResult 
)

Adds partial result to the collection of input objects for the low order moments algorithm in the distributed processing mode.

Parameters
[in]idIdentifier of the input object
[in]partialResultPartial result obtained in the first step of the distributed algorithm

◆ check()

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

Checks algorithm parameters on the master node

Parameters
[in]parameterPointer to the algorithm parameters
[in]methodComputation method

Reimplemented from Input.

◆ get()

data_management::DataCollectionPtr get ( MasterInputId  id) const

Returns the collection of input objects

Parameters
[in]idIdentifier of the input object, MasterInputId
Returns
Collection of distributed input objects

◆ getNumberOfColumns()

services::Status getNumberOfColumns ( size_t &  nCols) const
virtual

Get number of columns in the input data set

Parameters
[out]nColsNumber of columns in the input data set
Returns
Status of the call

Implements InputIface.

◆ set()

void set ( MasterInputId  id,
const data_management::DataCollectionPtr &  ptr 
)

Sets input object for the low order moments algorithm in the distributed processing mode.

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.