Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Implements the abstract interface AlgorithmIface. More...
Public Member Functions | |
| 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 |
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.