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 neural network training algorithm in the distributed processing mode. More...

Class Constructor

PartialResult ( DaalContext  context)

Default constructor. Constructs empty PartialResult

Parameters
contextContext to manage the partial result for the neural network training algorithm

Detailed Description

Member Function Documentation

Returns a partial result of the neural network training algorithm

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

Sets a partial result of the neural network training algorithm

Parameters
idIdentifier of the partial result, PartialResultId
valueValue of 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.