Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access partial results obtained with the compute() method of the neural network training algorithm in the distributed processing mode. More...
| PartialResult | ( | DaalContext | context | ) |
Default constructor. Constructs empty PartialResult
| context | Context to manage the partial result for the neural network training algorithm |
| NumericTable get | ( | PartialResultId | id | ) |
Returns a partial result of the neural network training algorithm
| id | Identifier of the partial result, PartialResultId |
| void set | ( | PartialResultId | id, |
| NumericTable | value | ||
| ) |
Sets a partial result of the neural network training algorithm
| id | Identifier of the partial result, PartialResultId |
| value | Value of the partial result |
For more complete information about compiler optimizations, see our Optimization Notice.