Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members
PartialResult Class Referenceabstract

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

Class Constructor

PartialResult ( DaalContext  context)
protected

Constructs the partial result of the algorithm

Parameters
contextContext to manage the partial result of the algorithm
PartialResult ( DaalContext  context,
long  cPartialResult 
)

Constructs parameter from C++ parameter

Parameters
contextContext to manage the partial result
cPartialResultAddress of C++ parameter

Detailed Description

Member Function Documentation

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

Checks the correctness of the partial results

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

Checks the correctness of the partial result

Parameters
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.