Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Base class to represent computation input arguments. Algorithm-specific input arguments are represented as derivative classes of the Input class. More...
Input | ( | DaalContext | context, |
long | cInput | ||
) |
Constructs parameter from C++ parameter
context | Context to manage Input object |
cInput | Address of C++ parameter |
void check | ( | Parameter | parameter, |
int | method | ||
) |
Checks the correctness of the Input object
parameter | Parameters of the algorithm |
method | Computation method |
void dispose | ( | ) |
Releases memory allocated for the native parameter object
Implements Disposable.
For more complete information about compiler optimizations, see our Optimization Notice.