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

List of all members

Input objects for the iterative algorithm More...

Class Constructor

Input ( DaalContext  context)

Constructs the input for the iterative algorithm

Parameters
contextContext to manage the input for the iterative algorithm
Input ( DaalContext  context,
long  cInput 
)

Constructs the input for the iterative algorithm

Parameters
contextContext to manage the iterative algorithm
cInputPointer to C++ implementation of the input

Detailed Description

Member Function Documentation

NumericTable get ( InputId  id)

Returns an input object for the iterative algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier

Returns an optional input object for the iterative algorithm

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

Sets an input object for the iterative algorithm

Parameters
idIdentifier of the input object
valThe input object
void set ( OptionalInputId  id,
OptionalArgument  val 
)

Sets an optional input object for the iterative algorithm

Parameters
idIdentifier of the optional input object
valThe optional input object

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

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