Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Abstract class which defines interface for the library component related to data processing involving execution of the algorithms for analysis, modeling, and prediction. More...
Public Member Functions | |
def | checkComputeParams |
def | checkResult |
def | getMethod |
def | getErrors |
def checkComputeParams | ( | self | ) |
Validates parameters of the compute method
def checkResult | ( | self | ) |
Validates result parameters of the compute method
def getErrors | ( | self | ) |
Returns errors during the computations
def getMethod | ( | self | ) |
Returns method of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.