Input parameters of the distributed Covariance algorithm. Represents inputs of the algorithm on master node.
More...
template<>
class daal::algorithms::covariance::interface1::DistributedInput< step2Master >
◆ add()
Adds partial result to the end of DataCollection of input arguments of the Distributed Covariance algorithm
- Parameters
-
[in] | id | Input arguments's identifier |
[in] | partialResult | Partial result obtained on the first step of the distributed algorithm |
◆ check()
Check the correctness of DistributedInput<step2Master> object
- Parameters
-
[in] | parameter | Pointer to the structure of the parameters of the algorithm |
[in] | method | Computation method |
Reimplemented from Input.
◆ get()
Returns collectionof inputs
- Parameters
-
- Returns
- Collection of distributed inputs
◆ getNumberOfFeatures()
size_t getNumberOfFeatures |
( |
| ) |
const |
|
virtual |
Returns number of columns in the input data set
- Returns
- Number of columns in the input data set
Implements InputIface.
The documentation for this class was generated from the following file: