mlpack
Public Member Functions | List of all members
mlpack::ann::SaveOutputParameterVisitor Class Reference

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

#include <save_output_parameter_visitor.hpp>

Inheritance diagram for mlpack::ann::SaveOutputParameterVisitor:
Inheritance graph
[legend]
Collaboration diagram for mlpack::ann::SaveOutputParameterVisitor:
Collaboration 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.
 
void operator() (MoreTypes layer) const
 

Detailed Description

SaveOutputParameterVisitor saves the output parameter into the given parameter set.

Constructor & Destructor Documentation

◆ SaveOutputParameterVisitor()

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

Save the output parameter into the given parameter set.

SaveOutputParameterVisitor visitor class.


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