C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Implements the abstract interface AlgorithmIface. Algorithm is, in turn, the base class for the classes interfacing the major stages of data processing: Analysis, Training and Prediction. More...
mode | Computation mode of the algorithm, ComputeMode |
|
inline |
Default constructor
|
pure virtual |
Validates parameters of the finalizeCompute method
Implemented in AlgorithmImpl< mode >.
|
pure virtual |
Validates result parameters of the finalizeCompute method
Implemented in AlgorithmImpl< mode >.
For more complete information about compiler optimizations, see our Optimization Notice.