Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

Input objects for the Sum of functions algorithm More...

Class Constructor

Input ( DaalContext  context,
long  cInput 
)

Constructs the input for the sum of functions algorithm

Parameters
contextContext to manage the sum of functions algorithm
cInputPointer to C++ implementation of the input
Input ( DaalContext  context)

Constructs the input for the sum of functions algorithm

Parameters
contextContext to manage the input for the sum of functions algorithm

Detailed Description

Member Function Documentation

void dispose ( )

Releases memory allocated for the native parameter object

Implements Disposable.

NumericTable get ( InputId  id)

Returns an input object for the Sum of functions algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
void set ( InputId  id,
NumericTable  val 
)

Sets an input object for the Sum of functions algorithm

Parameters
idIdentifier of the input object
valThe input object
void setCInput ( long  cInput,
long  cAlgorithm 
)

Sets input pointer for algorithm in native side

Parameters
cInputThe address of the native input object
cAlgorithmThe address of the native algorithm object

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

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