ParameterMiniBatch of the SGD algorithm.
More...
◆ ParameterMiniBatch() [1/2]
Constructs the parameter for SGD algorithm
- Parameters
-
context | Context to manage the parameter for SGD algorithm |
◆ ParameterMiniBatch() [2/2]
Constructs the parameter for SGD algorithm
- Parameters
-
context | Context to manage the SGD algorithm |
cParameterMiniBatch | Pointer to C++ implementation of the parameter |
◆ getConservativeSequence()
Gets the numeric table of values of the conservative coefficient sequence
- Returns
- The numeric table of values of the conservative coefficient sequence
◆ getInnerNIterations()
long getInnerNIterations |
( |
| ) |
|
Returns the numeric table of values of the conservative coefficient sequence
- Returns
- The numeric table of values of the conservative coefficient sequence
◆ setConservativeSequence()
void setConservativeSequence |
( |
NumericTable |
conservativeSequence | ) |
|
Sets the numeric table of values of the conservative coefficient sequence
- Parameters
-
conservativeSequence | The numeric table of values of the conservative coefficient sequence |
◆ setInnerNIterations()
void setInnerNIterations |
( |
long |
innerNIterations | ) |
|
Sets the numeric table of values of the conservative coefficient sequence
- Parameters
-
innerNIterations | The numeric table of values of the conservative coefficient sequence |
The documentation for this class was generated from the following file: