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

List of all members
DistributedInput Class Reference

Input objects of the naive Bayes training algorithm in 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

Member Function Documentation

◆ add()

void add ( const Step2MasterInputId id,
const PartialResultPtr partialResult 
)

Adds input object on the master node in the training stage of the classification algorithm

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

◆ check()

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

Checks input parameters in the training stage of the classification algorithm

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

Reimplemented from Input.

◆ get()

data_management::DataCollectionPtr get ( Step2MasterInputId  id) const

Returns input objects of the classification algorithm in the distributed processing mode

Parameters
[in]idIdentifier of the input objects
Returns
Input object that corresponds to the given identifier

◆ set()

void set ( Step2MasterInputId  id,
const data_management::DataCollectionPtr &  value 
)

Sets input object in the training stage of the classification algorithm

Parameters
[in]idIdentifier of the object
[in]valuePointer to the object

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

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