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

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 ( )
inline

Main constructor

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
virtual ~Batch ( )
inlinevirtual

Destructor

Member Function Documentation

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
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
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.