mlpack  3.1.0
 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...
 

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.


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