C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Batch Class Referenceabstract

Provides methods to compute a quality metric set of an algorithm in the batch processing mode. More...

Class Declaration

Member Function Documentation

◆ compute()

services::Status compute ( )
inline

Computes results for a quality metric set in the batch processing mode.

Returns
Status of computations

◆ computeNoThrow()

services::Status computeNoThrow ( )
inline

Computes results for a quality metric set in the batch processing mode.

Returns
Status of computations

◆ getErrors()

Returns errors that happened during the computations

Returns
Errors that happened during the computations

◆ getInputDataCollection()

InputDataCollectionPtr getInputDataCollection ( )
inline

Returns the collection of input objects for the quality metrics algorithm

Returns
The collection of input objects for the quality metrics algorithm

◆ getResultCollection()

ResultCollectionPtr getResultCollection ( )
inline

Returns the structure that contains a computed quality metric set

Returns
Structure that contains a computed quality metric set

Member Data Documentation

◆ _inputData

InputDataCollectionPtr _inputData
protected

Collection of input objects of quality metrics algorithms

◆ inputAlgorithms

InputAlgorithmsCollection inputAlgorithms

Collection of quality metrics algorithms


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

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