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

List of all members
Input Class Reference

Input objects for the iterative algorithm More...

Class Constructor

◆ Input() [1/2]

Input ( DaalContext  context)

Constructs the input for the iterative algorithm

Parameters
contextContext to manage the input for the iterative algorithm

◆ Input() [2/2]

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

◆ get() [1/2]

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

◆ get() [2/2]

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

◆ set() [1/2]

void set ( InputId  id,
NumericTable  val 
)

Sets an input object for the iterative algorithm

Parameters
idIdentifier of the input object
valThe input object

◆ set() [2/2]

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.