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

List of all members
AlgorithmImpl< batch > Class Template Reference

Provides implementations of the compute and checkComputeParams methods of the Algorithm<batch> class. More...

Class Declaration

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

Constructor & Destructor Documentation

AlgorithmImpl ( )
inline

Deafult constructor

Member Function Documentation

virtual services::Status checkComputeParams ( )
inlinevirtual

Validates parameters of the compute method

Implements Algorithm< batch >.

virtual services::Status checkResult ( )
inlinevirtual

Validates result parameters of the compute method

Implements AlgorithmIface.

services::Status compute ( )
inline

Computes final results of the algorithm in the batch mode.

services::Status computeNoThrow ( )

Computes final results of the algorithm in the batch mode without possibility of throwing an exception.

services::HostAppIfacePtr hostApp ( )

Returns HostAppIface used by the class

Returns
HostAppIface used by the class
void setHostApp ( const services::HostAppIfacePtr &  pHost)

Sets HostAppIface to be used by the class

Parameters
pHostto be used by the class

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

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