C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input parameters of the distributed Covariance algorithm. Represents inputs of the algorithm on master node. More...
void add | ( | MasterInputId | id, |
const PartialResultPtr & | partialResult | ||
) |
Adds partial result to the end of DataCollection of input arguments of the Distributed Covariance algorithm
[in] | id | Input arguments's identifier |
[in] | partialResult | Partial result obtained on the first step of the distributed algorithm |
services::Status check | ( | const daal::algorithms::Parameter * | parameter, |
int | method | ||
) | const |
Check the correctness of DistributedInput<step2Master> object
[in] | parameter | Pointer to the structure of the parameters of the algorithm |
[in] | method | Computation method |
data_management::DataCollectionPtr get | ( | MasterInputId | id | ) | const |
Returns collectionof inputs
[in] | id | Partial result's identifier, MasterInputId |
|
virtual |
Returns number of columns in the input data set
Implements InputIface.
For more complete information about compiler optimizations, see our Optimization Notice.