Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Abstract interface class that provides virtual methods to access and run implementations of the algorithms in batch mode. More...
Public Member Functions | |
| def | setArguments |
| def | getResult |
| def | setupCompute |
| def | resetCompute |
Public Member Functions inherited from AlgorithmContainer | |
| def | compute |
| def | setupCompute |
| def | resetCompute |
Public Member Functions inherited from AlgorithmContainerIfaceImpl | |
| def | __init__ |
| def | setEnvironment |
It is associated with the Algorithm<batch> class and supports the methods for computation of the algorithm results. The methods of the container are defined in derivative containers defined for each algorithm.
AlgorithmContainerImpl_Batch is an alias of AlgorithmContainerImpl(cmode=daal.batch)AlgorithmContainerImpl_Online is an alias of AlgorithmContainerImpl(cmode=daal.online)AlgorithmContainerImpl_Distributed is an alias of AlgorithmContainerImpl(cmode=daal.distributed) | def getResult | ( | self | ) |
Retrieves final results of the algorithm
| def resetCompute | ( | self | ) |
resetCompute(AlgorithmContainerImpl self) -> Status
| def setArguments | ( | self, | |
| arg2, | |||
| res, | |||
| par | |||
| ) |
Sets arguments of the algorithm
| in | Pointer to the input arguments of the algorithm |
| res | Pointer to the final results of the algorithm |
| par | Pointer to the parameters of the algorithm |
| def setupCompute | ( | self | ) |
setupCompute(AlgorithmContainerImpl self) -> Status
For more complete information about compiler optimizations, see our Optimization Notice.