Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the regression model-based prediction. More...
Public Member Functions | |
def | getInput |
def | setResult |
def | getResult |
def | clone |
def | compute |
![]() | |
def | computeNoThrow |
def | compute |
def | checkComputeParams |
def | checkResult |
def | setupCompute |
def | resetCompute |
def | enableResetOnCompute |
def | hostApp |
def | setHostApp |
![]() | |
def | checkComputeParams |
def | getBaseParameter |
![]() | |
def | enableChecks |
def | isChecksEnabled |
![]() | |
def | checkComputeParams |
def | checkResult |
def | getMethod |
def clone | ( | self | ) |
Returns a pointer to the newly allocated regression prediction algorithm with a copy of input objects and parameters of this regression prediction algorithm
def compute | ( | self | ) |
Invokes computations
def getInput | ( | self | ) |
getInput(Batch self) -> Input
def getResult | ( | self | ) |
Returns the structure that contains the result of the regression model-based prediction
def setResult | ( | self, | |
res | |||
) |
Registers user-allocated memory to store the result of the regression model-based prediction
res | Structure to store the result of the regression model-based prediction |
For more complete information about compiler optimizations, see our Optimization Notice.