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

List of all members
Input Class Reference

Input objects for the LBFGS algorithm More...

Class Constructor

◆ Input() [1/2]

Input ( DaalContext  context)

Constructs the input for the LBFGS algorithm

Parameters
contextContext to manage the input of the LBFGS algorithm

◆ Input() [2/2]

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

◆ get()

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

◆ set()

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.