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

List of all members
Algorithm< mode > Class Template Referenceabstract

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...

Class Declaration

template<ComputeMode mode>
class daal::algorithms::interface1::Algorithm< mode >

Template Parameters
modeComputation mode of the algorithm, ComputeMode

Constructor & Destructor Documentation

Algorithm ( )
inline

Default constructor

Member Function Documentation

virtual services::Status checkFinalizeComputeParams ( )
pure virtual

Validates parameters of the finalizeCompute method

Implemented in AlgorithmImpl< mode >.

virtual services::Status checkPartialResult ( )
pure virtual

Validates result parameters of the finalizeCompute method

Implemented in AlgorithmImpl< mode >.


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

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