Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
TrainingParameter Class Reference

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

Class Constructor

◆ TrainingParameter()

Constructs the parameters of neural network algorithm

Parameters
contextContext to manage the parameter object
optimizationSolverOptimization solver

Detailed Description

Member Function Documentation

◆ getOptimizationSolver()

Gets the optimization solver used in the neural network

◆ setEngine()

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

◆ setOptimizationSolver()

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.