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

List of all members
Parameter Class Referenceabstract

Base class to represent computation parameters. Algorithm-specific parameters are represented as derivative classes of the Parameter class. More...

Class Constructor

Parameter ( DaalContext  context)
protected

Constructs the parameter for the algorithm

Parameters
contextContext to manage the parameter for the algorithm
Parameter ( DaalContext  context,
long  cParameter 
)

Constructs parameter from C++ parameter

Parameters
contextContext to manage the parameter
cParameterAddress of C++ parameter

Detailed Description

Member Function Documentation

void check ( )

Checks the correctness of the algorithm parameters

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.