Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to compute quality metrics of an algorithm in the batch processing mode. More...
Public Member Functions | |
| def | setInput |
| def | getResult |
| 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 |
| def | getErrors |
Public Member Functions inherited from AlgorithmIface | |
| def | checkComputeParams |
| def | checkResult |
| def | getMethod |
| def | getErrors |
Quality metric is a numerical characteristic or a set of connected numerical characteristics that represents the qualitative aspect of a computed statistical estimate, model, or decision-making result.
| def compute | ( | self | ) |
Invokes computations
| def getResult | ( | self | ) |
Returns the structure that contains computed quality metrics
| def setInput | ( | self, | |
| input | |||
| ) |
Sets an input object
| input | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.