Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class representing the parameters of neural network. More...
TrainingParameter | ( | DaalContext | context, |
com.intel.daal.algorithms.optimization_solver.iterative_solver.Batch | optimizationSolver | ||
) |
Constructs the parameters of neural network algorithm
context | Context to manage the parameter object |
optimizationSolver | Optimization solver |
com.intel.daal.algorithms.optimization_solver.iterative_solver.Batch getOptimizationSolver | ( | ) |
Gets the optimization solver used in the neural network
void setEngine | ( | com.intel.daal.algorithms.engines.BatchBase | engine | ) |
Sets the engine to be used by the neural network
engine | to be used by the neural network |
void setOptimizationSolver | ( | com.intel.daal.algorithms.optimization_solver.iterative_solver.Batch | optimizationSolver | ) |
Sets the optimization solver used in the neural network
optimizationSolver | Optimization solver used in the neural network |
For more complete information about compiler optimizations, see our Optimization Notice.