mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MiniBatchSGD< DecomposableFunctionType > Member List

This is the complete list of members for MiniBatchSGD< DecomposableFunctionType >, including all inherited members.

BatchSize() const MiniBatchSGD< DecomposableFunctionType >inline
BatchSize()MiniBatchSGD< DecomposableFunctionType >inline
Function() const MiniBatchSGD< DecomposableFunctionType >inline
Function()MiniBatchSGD< DecomposableFunctionType >inline
MaxIterations() const MiniBatchSGD< DecomposableFunctionType >inline
MaxIterations()MiniBatchSGD< DecomposableFunctionType >inline
MiniBatchSGD(DecomposableFunctionType &function, const size_t batchSize=1000, const double stepSize=0.01, const size_t maxIterations=100000, const double tolerance=1e-5, const bool shuffle=true)MiniBatchSGD< DecomposableFunctionType >
Optimize(arma::mat &iterate)MiniBatchSGD< DecomposableFunctionType >
Shuffle() const MiniBatchSGD< DecomposableFunctionType >inline
Shuffle()MiniBatchSGD< DecomposableFunctionType >inline
StepSize() const MiniBatchSGD< DecomposableFunctionType >inline
StepSize()MiniBatchSGD< DecomposableFunctionType >inline
Tolerance() const MiniBatchSGD< DecomposableFunctionType >inline
Tolerance()MiniBatchSGD< DecomposableFunctionType >inline