Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
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 |
| 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
| def getResult | ( | self | ) |
Returns the 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
| partialResult | Structure to store a partial result of the regression model-based training |
| def setResult | ( | self, | |
| res | |||
| ) |
Registers user-allocated memory to store the result of the regression model-based training
| res | Structure to store the result of the regression model-based training |
For more complete information about compiler optimizations, see our Optimization Notice.