Input objects for the low order moments algorithm in the distributed processing mode on master node.
More...
- Parameters
-
step | Step of distributed processing, ComputeStep |
- Aliases
-
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
__init__(daal.algorithms.low_order_moments.DistributedInput<(daal.step2Master)> self) -> DistributedInput
def add |
( |
|
self, |
|
|
|
id, |
|
|
|
partialResult |
|
) |
| |
Adds partial result to the collection of input objects for the low order moments algorithm in the distributed processing mode.
- Parameters
-
id | Identifier of the input object |
partialResult | Partial result obtained in the first step of the distributed algorithm |
def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks algorithm parameters on the master node
- Parameters
-
parameter | Pointer to the algorithm parameters |
method | Computation method |
Returns the collection of input objects
- Parameters
-
id | Identifier of the input object, MasterInputId |
- Returns
- Collection of distributed input objects
def getNumberOfColumns |
( |
|
self, |
|
|
|
nCols |
|
) |
| |
Get number of columns in the input data set
- Parameters
-
nCols | Number of columns in the input data set |
- Returns
- Status of the call
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets input object for the low order moments algorithm in the distributed processing mode.
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the input object |
The documentation for this class was generated from the following file: