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

List of all members

ParameterMomentum of the SGD algorithm. More...

Class Constructor

Constructs the parameter for SGD algorithm

Parameters
contextContext to manage the parameter for SGD algorithm
ParameterMomentum ( DaalContext  context,
long  cParameterMomentum 
)

Constructs the parameter for SGD algorithm

Parameters
contextContext to manage the SGD algorithm
cParameterMomentumPointer to C++ implementation of the parameter

Detailed Description

Member Function Documentation

double getMomentum ( )

Returns the momentum value

Returns
The momentum value
void setMomentum ( double  momentum)

Sets the momentum value

Parameters
momentumThe momentum value

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

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