Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to access result obtained with the compute() method of the neural network training algorithm. More...
TrainingResult | ( | DaalContext | context | ) |
Constructs the result of the neural network training algorithm
context | Context to manage the result of the neural network training algorithm |
TrainingModel get | ( | TrainingResultId | id | ) |
Returns the result of the neural network model based training
id | Identifier of the result |
void set | ( | TrainingResultId | id, |
TrainingModel | val | ||
) |
Sets the result of neural network model based training
id | Identifier of the result |
val | Result that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.