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

List of all members
DistributedInput Class Reference

Input objects of the naive Bayes training algorithm in the distributed processing mode. More...

Class Declaration

Member Function Documentation

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

Checks input parameters in the training stage of the classification algorithm

Parameters
[in]parameterParameter of the algorithm
[in]methodAlgorithm method
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
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.