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

List of all members
ParameterMomentum Class Reference

ParameterMomentum of the SGD algorithm. More...

Class Constructor

◆ ParameterMomentum() [1/2]

Constructs the parameter for SGD algorithm

Parameters
contextContext to manage the parameter for SGD algorithm

◆ ParameterMomentum() [2/2]

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

◆ getMomentum()

double getMomentum ( )

Returns the momentum value

Returns
The momentum value

◆ setMomentum()

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.