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

List of all members
PartialResult Class Reference

Provides methods to access partial results obtained with the compute() method of the low order moments 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 low order moments algorithm partial result

Detailed Description

Member Function Documentation

Returns the partial result of the low order moments 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 low order moments 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.