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

List of all members
AlgorithmIface Class Referenceabstract

Abstract class which defines interface for the library component related to data processing involving execution of the algorithms for analysis, modeling, and prediction. More...

Class Declaration

Member Function Documentation

virtual services::Status checkComputeParams ( )
pure virtual

Validates parameters of the compute method

Implemented in AlgorithmImpl< batch >, Algorithm< batch >, and AlgorithmImpl< mode >.

virtual services::Status checkResult ( )
pure virtual

Validates result parameters of the compute method

Implemented in AlgorithmImpl< batch >, and AlgorithmImpl< mode >.

virtual services::SharedPtr<services::ErrorCollection> getErrors ( )
pure virtual

Returns errors during the computations

Returns
Errors during the computations
Deprecated:
This item will be removed in a future release.

Implemented in AlgorithmIfaceImpl.

virtual int getMethod ( ) const
pure virtual

Returns method of the algorithm

Returns
Method of the algorithm

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

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