Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Batch Class Referenceabstract

Base interface for the Objective function algorithm in the batch processing mode More...

Class Constructor

◆ Batch() [1/2]

Batch ( DaalContext  context)

Constructs the objective functions algorithm by copying input objects and parameters of another objective functions algorithm

Parameters
contextContext to manage the objective function algorithm

◆ Batch() [2/2]

Batch ( DaalContext  context,
Batch  other 
)

Constructs the objective functions algorithm by copying input objects and parameters of another objective functions algorithm

Parameters
contextContext to manage the objective function algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of this algorithm

Detailed Description

Member Function Documentation

◆ clone()

abstract Batch clone ( DaalContext  context)
abstract

Returns the newly allocated Objective function algorithm with a copy of input objects and parameters of this Objective function algorithm

Parameters
contextContext to manage the Objective function algorithm
Returns
The newly allocated algorithm

◆ setResult()

void setResult ( Result  result)

Registers user-allocated memory to store the results of computing the Objective function in the batch processing mode

Parameters
resultStructure to store results of computing the Objective function

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

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