Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Abstract interface class that provides virtual methods to access and run implementations of the algorithms in batch mode. More...
Public Member Functions | |
def | compute |
def | setupCompute |
def | resetCompute |
![]() | |
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.
AlgorithmContainer_Batch
is an alias of AlgorithmContainer(cmode=daal.batch)
AlgorithmContainer_Online
is an alias of AlgorithmContainer(cmode=daal.online)
AlgorithmContainer_Distributed
is an alias of AlgorithmContainer(cmode=daal.distributed)
def compute | ( | self | ) |
Computes final results of the algorithm. This method behaves similarly to compute method of the Algorithm<batch> class.
def resetCompute | ( | self | ) |
Resets internal datastructures for compute function.
def setupCompute | ( | self | ) |
Setups internal datastructures for compute function.
For more complete information about compiler optimizations, see our Optimization Notice.