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

List of all members

Input objects for the LBFGS algorithm More...

Class Constructor

Input ( DaalContext  context)

Constructs the input for the LBFGS algorithm

Parameters
contextContext to manage the input of the LBFGS algorithm
Input ( DaalContext  context,
long  cInput 
)

Constructs the input for the LBFGS algorithm

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

Detailed Description

Member Function Documentation

Returns an optional input data for the LBFGS 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 LBFGS 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.