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

Public Member Functions | List of all members
Online Class Reference

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

Public Member Functions

def getInput
 
def setPartialResult
 
def setResult
 
def getPartialResult
 
def getResult
 
def compute
 

Detailed Description

References

Member Function Documentation

def compute (   self)

Invokes computations

def getInput (   self)

getInput(Online self) -> Input

def getPartialResult (   self)

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

Returns
Structure that contains a partial result of the regression model-based training
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 setPartialResult (   self,
  partialResult 
)

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

Parameters
partialResultStructure to store a partial result of the regression model-based training
Returns
Status of computations
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.