Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides implementations of the compute and checkComputeParams methods of the Algorithm<batch> class. More...
Public Member Functions | |
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 |
AlgorithmImpl_Batch
is an alias of AlgorithmImpl(cmode=daal.batch)
AlgorithmImpl_Online
is an alias of AlgorithmImpl(cmode=daal.online)
AlgorithmImpl_Distributed
is an alias of AlgorithmImpl(cmode=daal.distributed)
def checkComputeParams | ( | self | ) |
Validates parameters of the compute method
def checkResult | ( | self | ) |
Validates result parameters of the compute method
def compute | ( | self | ) |
Computes final results of the algorithm in the batch mode.
def computeNoThrow | ( | self | ) |
Computes final results of the algorithm in the batch mode without possibility of throwing an exception.
def enableResetOnCompute | ( | self, | |
flag | |||
) |
enableResetOnCompute(AlgorithmImpl self, bool flag)
def hostApp | ( | self | ) |
Returns HostAppIface used by the class
def resetCompute | ( | self | ) |
resetCompute(AlgorithmImpl self) -> Status
def setHostApp | ( | self, | |
pHost | |||
) |
Sets HostAppIface to be used by the class
pHost | to be used by the class |
def setupCompute | ( | self | ) |
setupCompute(AlgorithmImpl self) -> Status
For more complete information about compiler optimizations, see our Optimization Notice.