Base interface for the SGD algorithm in the batch processing mode
More...
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 |
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 |
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
Computes the SGD in the batch processing mode
- Returns
- Results of the computation
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file:
- optimization_solver/sgd/Batch.java