Input objects for the low order moments algorithm in the distributed processing mode on master node.
More...
template<ComputeStep step>
class daal::algorithms::low_order_moments::interface1::DistributedInput< step >
- Template Parameters
-
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] | id | Identifier of the input object |
[in] | partialResult | Partial 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] | parameter | Pointer to the algorithm parameters |
[in] | method | Computation method |
Returns the collection of input objects
- Parameters
-
- 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] | nCols | Number 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] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
The documentation for this class was generated from the following file: