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

SaveOutputParameterVisitor saves the output parameter into the given parameter set. More...

Inheritance diagram for SaveOutputParameterVisitor:
Inheritance graph
[legend]

Public Member Functions

 SaveOutputParameterVisitor (std::vector< arma::mat > &parameter)
 Save the output parameter into the given parameter set. More...
 
template<typename LayerType >
void operator() (LayerType *layer) const
 Save the output parameter. More...
 
void operator() (MoreTypes layer) const
 

Detailed Description

SaveOutputParameterVisitor saves the output parameter into the given parameter set.

Definition at line 27 of file save_output_parameter_visitor.hpp.

Constructor & Destructor Documentation

SaveOutputParameterVisitor ( std::vector< arma::mat > &  parameter)

Save the output parameter into the given parameter set.

Member Function Documentation

void operator() ( LayerType *  layer) const

Save the output parameter.

void operator() ( MoreTypes  layer) const

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