Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Abstract class that specifies interface of the algorithms for computing moments of low order in the batch processing mode. More...
Public Member Functions | |
| def | getResult |
| def | setResult |
| def | clone |
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 |
| def | getErrors |
Public Member Functions inherited from AlgorithmIface | |
| def | checkComputeParams |
| def | checkResult |
| def | getMethod |
| def | getErrors |
Static Public Attributes | |
| input = ... | |
| def clone | ( | self | ) |
Returns a pointer to the newly allocated algorithm for moments of low order computation with a copy of input objects and parameters of this algorithm for moments of low order
| def getResult | ( | self | ) |
Returns the structure that contains moments of low order
| def setResult | ( | self, | |
| result | |||
| ) |
Registers user-allocated memory to store results of computation of moments of low order
| result | Structure to store the results |
|
static |
Input data structure
For more complete information about compiler optimizations, see our Optimization Notice.