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

List of all members
Result Class Referenceabstract

Base class to represent final results of the computation. Algorithm-specific final results are represented as derivative classes of the Result class. More...

Class Constructor

Result ( DaalContext  context)
protected

Constructs the result of the algorithm

Parameters
contextContext to manage the result of the algorithm
Result ( DaalContext  context,
long  cResult 
)

Constructs parameter from C++ parameter

Parameters
contextContext to manage the result
cResultAddress of C++ parameter

Detailed Description

Member Function Documentation

void check ( Input  input,
Parameter  parameter,
int  method 
)

Checks the correctness of the result

Parameters
inputInput object
parameterParameters of the algorithm
methodComputation method
void check ( PartialResult  partialResult,
Parameter  parameter,
int  method 
)

Checks the correctness of the result

Parameters
partialResultPartial result of the algorithm
parameterParameters of the algorithm
methodComputation method

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

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