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

List of all members
Input Class Reference

Input objects for the SAGA algorithm More...

Class Constructor

Input ( DaalContext  context)

Constructs the input for the SAGA algorithm

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

Constructs the input for the SAGA algorithm

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

Detailed Description

Member Function Documentation

Returns an optional input data for the SAGA algorithm

Parameters
idIdentifier of the optional data object
Returns
Optional data object that corresponds to the given identifier
void set ( OptionalDataId  id,
NumericTable  val 
)

Sets an optional input data for the SAGA algorithm

Parameters
idIdentifier of the optional data object
valThe optional data object

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

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