Contains classes for computing the Stochastic average gradient descent.
More...
|
| struct | Parameter |
| | Parameter base class for the Stochastic average gradient descent algorithm More...
|
| |
| class | Input |
| | Input class for the Stochastic average gradient descent algorithm More...
|
| |
| class | Result |
| | Results obtained with the compute() method of the saga algorithm in the batch processing mode. More...
|
| |
Available methods for computing the Stochastic average gradient descent
| Enumerator |
|---|
| defaultDense |
Default: performance-oriented method
|
Available identifiers of optional input for the iterative solver
| Enumerator |
|---|
| gradientsTable |
Numeric table of size p x 1 with the values of G, where each value is an accumulated sum of squares of corresponding gradient's coordinate values.
|