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

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...

Class Declaration

template<ComputeStep step>
class daal::algorithms::low_order_moments::interface1::DistributedInput< step >

Template Parameters
stepStep of distributed processing, ComputeStep

Member Function Documentation

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
services::Status check ( const daal::algorithms::Parameter *  parameter,
int  method 
) const

Checks algorithm parameters on the master node

Parameters
[in]parameterPointer to the algorithm parameters
[in]methodComputation method
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
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.

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.