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