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

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

services::Status compute ( )
inline

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

Returns
Status of computations
services::Status computeNoThrow ( )
inline

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

Returns
Status of computations
services::SharedPtr<services::ErrorCollection> getErrors ( )
inline

Returns errors that happened during the computations

Returns
Errors that happened during the computations
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
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

InputDataCollectionPtr _inputData
protected

Collection of input objects of quality metrics algorithms

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.