mlpack  3.0.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
AddDecomposableEvaluate< FunctionType, HasDecomposableEvaluateWithGradient, true > Class Template Reference

Reflect the existing Evaluate(). More...

Public Member Functions

double Evaluate (const arma::mat &coordinates, const size_t begin, const size_t batchSize)
 
double Evaluate (const arma::mat &coordinates, const size_t index)
 

Detailed Description

template<typename FunctionType, bool HasDecomposableEvaluateWithGradient>
class mlpack::optimization::AddDecomposableEvaluate< FunctionType, HasDecomposableEvaluateWithGradient, true >

Reflect the existing Evaluate().

Definition at line 44 of file add_decomposable_evaluate.hpp.

Member Function Documentation

double Evaluate ( const arma::mat &  coordinates,
const size_t  begin,
const size_t  batchSize 
)
inline

Definition at line 49 of file add_decomposable_evaluate.hpp.

double Evaluate ( const arma::mat &  coordinates,
const size_t  index 
)
inline

Definition at line 49 of file add_decomposable_evaluate_const.hpp.


The documentation for this class was generated from the following files: