Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods for execution of operations over data, such as computation of Summary Statistics estimates. More...
Additional Inherited Members | |
![]() | |
def | computeNoThrow |
def | compute |
def | checkComputeParams |
def | checkResult |
def | setupCompute |
def | resetCompute |
def | enableResetOnCompute |
def | hostApp |
def | setHostApp |
![]() | |
def | checkComputeParams |
def | getBaseParameter |
![]() | |
def | enableChecks |
def | isChecksEnabled |
![]() | |
def | checkComputeParams |
def | checkResult |
def | getMethod |
The methods of the class support different computation modes: batch, distributed, and online(see ComputeMode). Classes that implement specific algorithms of the data analysis are derived classes of the Analysis class. The class additionally provides virtual methods for validation of input and output parameters of the algorithms.
mode | Computation mode of the algorithm, ComputeMode |
Analysis_Batch
is an alias of Analysis(cmode=daal.batch)
Analysis_Online
is an alias of Analysis(cmode=daal.online)
Analysis_Distributed
is an alias of Analysis(cmode=daal.distributed)
For more complete information about compiler optimizations, see our Optimization Notice.