Base interface for the MSE algorithm in the batch processing mode
More...
Constructs the MSE algorithm by copying input objects and parameters of another MSE algorithm
- Parameters
-
context | Context to manage the MSE algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Constructs the MSE algorithm
- Parameters
-
context | Context to manage the MSE algorithm |
cls | Data type to use in intermediate computations for the MSE algorithm, Double.class or Float.class |
method | MSE computation method, Method |
numberOfTerms | Number of terms in the objective function that can be represented as sum |
Returns the newly allocated MSE algorithm with a copy of input objects and parameters of this MSE algorithm
- Parameters
-
context | Context to manage the MSE algorithm |
- Returns
- The newly allocated algorithm
Computes the MSE in the batch processing mode
- Returns
- Results of the computation
Return the input of the algorithm
- Returns
- Input of the algorithm
Return the result of the algorithm
- Returns
- Result of the algorithm
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the results of computing the MSE in the batch processing mode
- Parameters
-
result | Structure to store results of computing the MSE |
Computation method for the algorithm
The documentation for this class was generated from the following file:
- optimization_solver/mse/Batch.java