Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Algorithm class for training the classifier model. More...
Public Member Functions | |
def | getInput |
def | setResult |
def | getResult |
def | resetResult |
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 classifier training algorithm with a copy of input objects and parameters of this classifier training algorithm
def compute | ( | self | ) |
Invokes computations
def getInput | ( | self | ) |
Get input objects for the classifier model training algorithm
def getResult | ( | self | ) |
Returns the structure that contains the trained classifier model
def resetResult | ( | self | ) |
Resets the results of the classifier model training algorithm
def setResult | ( | self, | |
res | |||
) |
Registers user-allocated memory for storing results of the classifier model training algorithm
res | Structure for storing results of the classifier model training algorithm |
For more complete information about compiler optimizations, see our Optimization Notice.