C++ 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. 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. More...
|
inline |
Default constructor
[in] | daalEnv | Pointer to the structure that contains information about the environment |
|
inline |
Retrieves final results of the algorithm
|
inlinevirtual |
Resets internal datastructures for compute function.
Implements AlgorithmContainer< batch >.
Reimplemented in AlgorithmDispatchContainer< batch, sse2Container >.
Sets arguments of the algorithm
[in] | in | Pointer to the input arguments of the algorithm |
[in] | res | Pointer to the final results of the algorithm |
[in] | par | Pointer to the parameters of the algorithm |
|
inlinevirtual |
Setups internal datastructures for compute function.
Implements AlgorithmContainer< batch >.
Reimplemented in AlgorithmDispatchContainer< batch, sse2Container >.
For more complete information about compiler optimizations, see our Optimization Notice.