mlpack  3.0.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
FullSelection Class Reference

Public Member Functions

template<typename DecomposableFunctionType >
double Select (DecomposableFunctionType &function, const size_t batchSize, const arma::mat &iterate)
 Select the full dataset to calculate the objective function. More...
 

Detailed Description

Definition at line 23 of file full_selection.hpp.

Member Function Documentation

double Select ( DecomposableFunctionType &  function,
const size_t  batchSize,
const arma::mat &  iterate 
)
inline

Select the full dataset to calculate the objective function.

Template Parameters
DecomposableFunctionTypeType of the function to be evaluated.
Parameters
functionFunction to optimize.
batchSizeBatch size to use for each step.
iteratestarting point.

Definition at line 35 of file full_selection.hpp.


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