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

List of all members

Provides methods to access partial results obtained with the compute() method of the correlation or variance-covariance matrix algorithm in the online or distributed processing mode. More...

Class Constructor

PartialResult ( DaalContext  context)

Default constructor. Constructs an empty PartialResult object

Parameters
contextContext to manage the correlation or variance-covariance matrix algorithm

Detailed Description

Member Function Documentation

Returns the partial result of the correlation or variance-covariance matrix algorithm

Parameters
idIdentifier of the partial result, PartialResultId
Returns
Partial result that corresponds to the given identifier
void set ( PartialResultId  id,
NumericTable  value 
)

Sets the partial result of the correlation or variance-covariance matrix algorithm

Parameters
idIdentifier of the partial result
valueObject to store the partial result

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

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