Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Algorithm class for training the classifier model in the online processing mode. More...
Public Member Functions | |
def | getInput |
def | setPartialResult |
def | setResult |
def | getPartialResult |
def | getResult |
def | clone |
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 getInput | ( | self | ) |
Get input objects for the classifier model training algorithm
def getPartialResult | ( | self | ) |
Returns the structure that contains computed partial results of the classification algorithm
def getResult | ( | self | ) |
Returns the structure that contains results of the classification algorithm
def setPartialResult | ( | self, | |
partialResult, | |||
initFlag = False |
|||
) |
Registers user-allocated memory for storing partial training results
partialResult | Structure for storing partial results |
initFlag | Flag if partial result initialized or not |
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.