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

Training< mode > Class Template Reference

Provides methods to train models that depend on the data provided. For example, these methods enable training the linear regression model. The methods of the class support different computation modes: batch, distributed, and online(see ComputeMode). Classes that implement specific algorithms of model training are derived classes of the Training class. The class additionally provides methods for validation of input and output parameters of the algorithms. More...

Class Declaration

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