Python* API Reference for Intel® Data Analytics Acceleration Library 2019

Public Member Functions | List of all members
Input Class Reference

Input objects of the neural network training algorithm. More...

Public Member Functions

def __init__
 
def getInput
 
def getInputCollection
 
def setInput
 
def setInputCollection
 
def add
 
def check
 
- Public Member Functions inherited from Input
def __init__
 
def check
 
- Public Member Functions inherited from Argument
def __init__
 
def __lshift__
 
def size
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

__init__(daal.algorithms.neural_networks.training.Input self, size_t nElements) -> Input

Member Function Documentation

def add (   self,
  id,
  key,
  value 
)

Sets input object for the neural network training algorithm

Parameters
idIdentifier of the input object
keyKey to use to retrieve data
valuePointer to the input object
def check (   self,
  par,
  method 
)

Checks input object for the neural network algorithm

Parameters
parAlgorithm parameter
methodComputatiom method
Returns
Status of computations
def getInput (   self,
  id 
)

Returns input object for the neural network training algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
def getInputCollection (   self,
  args 
)

Variant 1

Returns input object for the neural network training algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier

Variant 2

Returns input object for the neural network training algorithm

Parameters
idIdentifier of the input object
keyKey to use to retrieve data
Returns
Input object that corresponds to the given identifier
def setInput (   self,
  id,
  value 
)

Sets input object for the neural network training algorithm

Parameters
idIdentifier of the input object
valuePointer to the input object
def setInputCollection (   self,
  id,
  value 
)

Sets input object for the neural network training algorithm

Parameters
idIdentifier of the input object
valuePointer 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.