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

List of all members
AnalysisContainerIface< mode > Class Template Reference

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

Class Declaration

template<ComputeMode mode>
class daal::algorithms::AnalysisContainerIface< mode >

Template Parameters
modeComputation mode of the algorithm, ComputeMode

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

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