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

List of all members
Input Class Referenceabstract

Base class to represent computation input arguments. Algorithm-specific input arguments are represented as derivative classes of the Input class. More...

Class Constructor

Input ( DaalContext  context,
long  cInput 
)

Constructs parameter from C++ parameter

Parameters
contextContext to manage Input object
cInputAddress of C++ parameter

Detailed Description

Member Function Documentation

void check ( Parameter  parameter,
int  method 
)

Checks the correctness of the Input object

Parameters
parameterParameters of the algorithm
methodComputation method
void dispose ( )

Releases memory allocated for the native parameter object

Implements Disposable.


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

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