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

List of all members
Algorithm< batch > Class Template Referenceabstract

Implements the abstract interface AlgorithmIface. Algorithm<batch> is, in turn, the base class for the classes interfacing the major stages of data processing in batch mode: Analysis<batch>, Training<batch> and Prediction. More...

Class Declaration

template<>
class daal::algorithms::interface1::Algorithm< batch >

Constructor & Destructor Documentation

Algorithm ( )
inline

Default constructor

Member Function Documentation

virtual services::Status checkComputeParams ( )
pure virtual

Validates parameters of the compute method

Implements AlgorithmIface.

Implemented in AlgorithmImpl< batch >.


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

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