Base interface for the SGD algorithm in the batch processing mode
More...
◆ Batch() [1/2]
Constructs the SGD algorithm by copying input objects and parameters of another SGD algorithm
- Parameters
-
context | Context to manage the SGD algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ Batch() [2/2]
Constructs the SGD algorithm
- Parameters
-
context | Context to manage the SGD algorithm |
cls | Data type to use in intermediate computations for the SGD algorithm, Double.class or Float.class |
method | SGD computation method, Method |
◆ clone()
Returns the newly allocated SGD algorithm with a copy of input objects and parameters of this SGD algorithm
- Parameters
-
context | Context to manage the SGD algorithm |
- Returns
- The newly allocated algorithm
◆ compute()
Computes the SGD in the batch processing mode
- Returns
- Results of the computation
◆ method
Computation method for the algorithm
◆ parameter
Parameters of the algorithm
The documentation for this class was generated from the following file:
- optimization_solver/sgd/Batch.java