Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
DistributedInput Class Reference

Input objects for the low order moments algorithm in the distributed processing mode on master node. More...

Public Member Functions

def __init__
 
def getNumberOfColumns
 
def add
 
def set
 
def get
 
def check
 
- Public Member Functions inherited from InputIface
def getNumberOfColumns
 
- Public Member Functions inherited from Input
def __init__
 
def check
 
- Public Member Functions inherited from Argument
def __init__
 
def __lshift__
 
def size
 

Detailed Description

Parameters
stepStep of distributed processing, ComputeStep
Aliases

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

__init__(daal.algorithms.low_order_moments.DistributedInput<(daal.step2Master)> self) -> DistributedInput

Member Function Documentation

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
idIdentifier of the input object
partialResultPartial result obtained in the first step of the distributed algorithm
def check (   self,
  parameter,
  method 
)

Checks algorithm parameters on the master node

Parameters
parameterPointer to the algorithm parameters
methodComputation method
def get (   self,
  id 
)

Returns the collection of input objects

Parameters
idIdentifier 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
nColsNumber 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
idIdentifier of the input object
ptrPointer to the input object

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.