Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members
TrainingParameter Class Reference

Class representing the parameters of neural network. More...

Class Constructor

Constructs the parameters of neural network algorithm

Parameters
contextContext to manage the parameter object
optimizationSolverOptimization solver

Detailed Description

Member Function Documentation

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

Parameters
engineto 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

Parameters
optimizationSolverOptimization solver used in the neural network

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.