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

List of all members
AlgorithmIfaceImpl Class Reference

Implements the abstract interface AlgorithmIface. AlgorithmIfaceImpl is, in turn, the base class for the classes interfacing the major compute modes: batch, online and distributed. More...

Class Declaration

Constructor & Destructor Documentation

AlgorithmIfaceImpl ( )
inline

Default constructor

Member Function Documentation

void enableChecks ( bool  enableChecksFlag)
inline

Sets flag of requiring parameters checks

Parameters
enableChecksFlagTrue if checks are needed, false if no checks are required
services::SharedPtr<services::ErrorCollection> getErrors ( )
inlinevirtual

For backward compatibility. Returns error collection of the algorithm

Returns
Error collection of the algorithm
Deprecated:
This item will be removed in a future release.

Implements AlgorithmIface.

bool isChecksEnabled ( ) const
inline

Returns flag of checking necessity

Returns
flag of checking necessity

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

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