C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
AlgorithmContainer< mode > Class Template Referenceabstract

Abstract interface class that provides virtual methods to access and run implementations of the algorithms. It is associated with the Algorithm class and supports the methods for computation and finalization of the algorithm results in the batch, distributed, and online modes. The methods of the container are defined in derivative containers defined for each algorithm. More...

Class Declaration

template<ComputeMode mode>
class daal::algorithms::interface1::AlgorithmContainer< mode >

Template Parameters
modeComputation mode of the algorithm, ComputeMode

Constructor & Destructor Documentation

AlgorithmContainer ( daal::services::Environment::env *  daalEnv)
inline

Default constructor

Parameters
[in]daalEnvPointer to the structure that contains information about the environment

Member Function Documentation

virtual services::Status compute ( )
pure virtual

Computes final results of the algorithm in the batch mode, or partial results of the algorithm in online and distributed modes. This method behaves similarly to compute method of the Algorithm class.

Implemented in AlgorithmDispatchContainer< mode, sse2Container >.

virtual services::Status finalizeCompute ( )
pure virtual

Computes final results of the algorithm using partial results in online and distributed modes. This method behaves similarly to finalizeCompute method of the Algorithm class.

Implemented in AlgorithmDispatchContainer< mode, sse2Container >.

virtual services::Status resetCompute ( )
pure virtual

Resets internal datastructures for compute function.

Implemented in AlgorithmDispatchContainer< mode, sse2Container >, and AlgorithmContainerImpl< mode >.

virtual services::Status resetFinalizeCompute ( )
pure virtual

Resets internal datastructures for finalizeCompute function.

Implemented in AlgorithmContainerImpl< mode >.

virtual services::Status setupCompute ( )
pure virtual

Setups internal datastructures for compute function.

Implemented in AlgorithmDispatchContainer< mode, sse2Container >, and AlgorithmContainerImpl< mode >.

virtual services::Status setupFinalizeCompute ( )
pure virtual

Setups internal datastructures for finalizeCompute function.

Implemented in AlgorithmContainerImpl< mode >.


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.