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

Public Member Functions | List of all members
Batch Class Reference

Provides methods for the regression model-based training in the batch processing mode. More...

Public Member Functions

def getInput
 
def setResult
 
def resetResult
 
def clone
 
def getResult
 
def compute
 
- Public Member Functions inherited from AlgorithmImpl
def computeNoThrow
 
def compute
 
def checkComputeParams
 
def checkResult
 
def setupCompute
 
def resetCompute
 
def enableResetOnCompute
 
def hostApp
 
def setHostApp
 
- Public Member Functions inherited from Algorithm
def checkComputeParams
 
def getBaseParameter
 
- Public Member Functions inherited from AlgorithmIfaceImpl
def enableChecks
 
def isChecksEnabled
 
- Public Member Functions inherited from AlgorithmIface
def checkComputeParams
 
def checkResult
 
def getMethod
 

Detailed Description

References

Member Function Documentation

def clone (   self)

Returns a pointer to the newly allocated regression training algorithm with a copy of input objects and parameters of this regression training algorithm

Returns
Pointer to the newly allocated algorithm
def compute (   self)

Invokes computations

def getInput (   self)

Get input objects for the regression model-based training algorithm

Returns
Input objects for the regression model-based training algorithm
def getResult (   self)

Returns the structure that contains the result of the regression model-based training

Returns
Structure that contains the result of the regression model-based training
def resetResult (   self)

resetResult(Batch self) -> Status

def setResult (   self,
  res 
)

Registers user-allocated memory to store the result of the regression model-based training

Parameters
resStructure to store the result of the regression model-based training
Returns
Status of computations

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

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