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

TrainingContainerIface< mode > Class Template Reference

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

Class Declaration

template<ComputeMode mode>
class daal::algorithms::TrainingContainerIface< 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.