Java* API Reference for Intel® Data Analytics Acceleration Library 2019
ParameterMomentum of the SGD algorithm. More...
ParameterMomentum | ( | DaalContext | context | ) |
Constructs the parameter for SGD algorithm
context | Context to manage the parameter for SGD algorithm |
ParameterMomentum | ( | DaalContext | context, |
long | cParameterMomentum | ||
) |
Constructs the parameter for SGD algorithm
context | Context to manage the SGD algorithm |
cParameterMomentum | Pointer to C++ implementation of the parameter |
double getMomentum | ( | ) |
Returns the momentum value
void setMomentum | ( | double | momentum | ) |
Sets the momentum value
momentum | The momentum value |
For more complete information about compiler optimizations, see our Optimization Notice.