|
mlpack
3.0.4
|
If we have a decomposable EvaluateWithGradient() but not a decomposable Evaluate(), add a decomposable Evaluate() method. More...
Public Member Functions | |
| double | Evaluate (const arma::mat &coordinates, const size_t begin, const size_t batchSize) |
| Return the objective function for the given coordinates, starting at the given decomposable function using the given batch size. More... | |
| double | Evaluate (const arma::mat &coordinates, const size_t begin, const size_t batchSize) |
| Return the objective function for the given coordinates, starting at the given decomposable function using the given batch size. More... | |
If we have a decomposable EvaluateWithGradient() but not a decomposable Evaluate(), add a decomposable Evaluate() method.
Definition at line 64 of file add_decomposable_evaluate.hpp.
|
inline |
Return the objective function for the given coordinates, starting at the given decomposable function using the given batch size.
| coordinates | Coordinates to evaluate the function at. |
| begin | Index of first function to evaluate. |
| batchSize | Number of functions to evaluate. |
Definition at line 73 of file add_decomposable_evaluate_const.hpp.
|
inline |
Return the objective function for the given coordinates, starting at the given decomposable function using the given batch size.
| coordinates | Coordinates to evaluate the function at. |
| begin | Index of first function to evaluate. |
| batchSize | Number of functions to evaluate. |
Definition at line 75 of file add_decomposable_evaluate.hpp.
1.8.5