Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Interface for computing the Objective function in the batch processing mode. More...
Public Member Functions | |
| def | getResult |
| def | setResult |
| def | clone |
| def | compute |
Public Member Functions inherited from AlgorithmImpl | |
| def | computeNoThrow |
| def | compute |
| def | checkComputeParams |
| def | checkResult |
| def | setupCompute |
| def | resetCompute |
| def | enableResetOnCompute |
| def | hostApp |
| def | setHostApp |
Public Member Functions inherited from Algorithm | |
| def | checkComputeParams |
| def | getBaseParameter |
Public Member Functions inherited from AlgorithmIfaceImpl | |
| def | enableChecks |
| def | isChecksEnabled |
Public Member Functions inherited from AlgorithmIface | |
| def | checkComputeParams |
| def | checkResult |
| def | getMethod |
| def clone | ( | self | ) |
Returns a pointer to the newly allocated Objective function algorithm with a copy of input objects of this Objective function algorithm
| def compute | ( | self | ) |
Invokes computations
| def getResult | ( | self | ) |
Returns the structure that contains results of the Objective function
| def setResult | ( | self, | |
| result | |||
| ) |
Sets the memory for storing results of the Objective function
| result | Structure for storing results of the Objective function |
For more complete information about compiler optimizations, see our Optimization Notice.