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

List of all members
Input Class Reference

Input objects for the Adagrad algorithm More...

Class Constructor

◆ Input() [1/2]

Input ( DaalContext  context)

Constructs the input for the Adagrad algorithm

Parameters
contextContext to manage the input for the Adagrad algorithm

◆ Input() [2/2]

Input ( DaalContext  context,
long  cInput 
)

Constructs the input for the Adagrad algorithm

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

Detailed Description

Member Function Documentation

◆ get()

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