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

List of all members
Batch Class Referenceabstract

Interface for computing the Objective function in the batch processing mode. More...

Class Declaration

Enumerations
  • InputId Identifiers of input objects for the Objective function
  • ResultId Result identifiers for the Objective function
References

Constructor & Destructor Documentation

◆ Batch() [1/2]

Batch ( )
inline

Main constructor

◆ Batch() [2/2]

Batch ( const Batch other)
inline

Constructs an Objective function by copying input objects and parameters of another Objective function

Parameters
[in]otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ ~Batch()

virtual ~Batch ( )
inlinevirtual

Member Function Documentation

◆ clone()

services::SharedPtr<Batch> clone ( ) const
inline

Returns a pointer to the newly allocated Objective function algorithm with a copy of input objects of this Objective function algorithm

Returns
Pointer to the newly allocated algorithm

◆ getResult()

virtual objective_function::ResultPtr getResult ( )
inlinevirtual

Returns the structure that contains results of the Objective function

Returns
Structure that contains results of the Objective function

◆ setResult()

virtual services::Status setResult ( const objective_function::ResultPtr &  result)
inlinevirtual

Sets the memory for storing results of the Objective function

Parameters
[in]resultStructure for storing results of the Objective function
Returns
Status of computations

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

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