|
mlpack
3.0.4
|
If we have a decomposable const EvaluateWithGradient() but not a decomposable const Evaluate(), add a decomposable const Evaluate() method. More...
Public Member Functions | |
| double | Evaluate (const arma::mat &coordinates, const size_t begin, const size_t batchSize) const |
| 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) const |
| 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 const EvaluateWithGradient() but not a decomposable const Evaluate(), add a decomposable const Evaluate() method.
Definition at line 129 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 113 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 140 of file add_decomposable_evaluate.hpp.
1.8.5