Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Implements the abstract interface AlgorithmIface. More...
Public Member Functions | |
def | checkComputeParams |
def | getBaseParameter |
![]() | |
def | enableChecks |
def | isChecksEnabled |
![]() | |
def | checkComputeParams |
def | checkResult |
def | getMethod |
Algorithm<batch> is, in turn, the base class for the classes interfacing the major stages of data processing in batch mode: Analysis<batch>, Training<batch> and Prediction.
Algorithm_Batch
is an alias of Algorithm(cmode=daal.batch)
Algorithm_Online
is an alias of Algorithm(cmode=daal.online)
Algorithm_Distributed
is an alias of Algorithm(cmode=daal.distributed)
def checkComputeParams | ( | self | ) |
Validates parameters of the compute method
def getBaseParameter | ( | self | ) |
getBaseParameter(Algorithm self) -> Parameter
For more complete information about compiler optimizations, see our Optimization Notice.