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