Python* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Provides methods for the regression model-based training in the batch processing mode. More...
Public Member Functions | |
def | getInput |
def | setResult |
def | getResult |
def | compute |
![]() | |
def | computeNoThrow |
def | compute |
def | checkComputeParams |
def | checkResult |
def | setupCompute |
def | resetCompute |
def | enableResetOnCompute |
![]() | |
def | checkComputeParams |
def | getBaseParameter |
![]() | |
def | enableChecks |
def | isChecksEnabled |
def | getErrors |
![]() | |
def | checkComputeParams |
def | checkResult |
def | getMethod |
def | getErrors |
def compute | ( | self | ) |
Invokes computations
def getInput | ( | self | ) |
Get 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
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.