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

List of all members

Computes the Sum of functions algorithm in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
long  numberOfTerms 
)

Constructs the Sum of functions algorithm in the batch processing mode

Parameters
contextContext to manage the Sum of functions algorithm
numberOfTermsNumber of terms in the objectiove function that can be represent as sum
Batch ( DaalContext  context,
Batch  other 
)

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

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

Detailed Description

Member Function Documentation

abstract Batch clone ( DaalContext  context)
abstract

Returns the newly allocated Sum of functions algorithm with a copy of input objects and parameters of this Sum of functions algorithm

Parameters
contextContext to manage the Sum of functions algorithm
Returns
The newly allocated algorithm
void dispose ( )

Releases the memory allocated for the native algorithm object

Implements Disposable.

Result getResult ( )

Return the result of the algorithm

Returns
Result of the algorithm
void setPointersToIface ( )

Sets correspond pointers to the native side. Must be called in inherited class constructor after input and parameter initializations.

void setResult ( Result  result)

Registers user-allocated memory to store the results of computing the Sum of functions in the batch processing mode

Parameters
resultStructure to store results of computing the Sum of functions

Member Data Documentation

long cBatchIface

Pointer to the inner implementation of the service callback functionality

Input input

Input data

Parameter parameter

Parameters of the algorithm


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

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