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

LoadOutputParameterVisitor restores the output parameter using the given parameter set. More...

#include <load_output_parameter_visitor.hpp>

Inheritance diagram for mlpack::ann::LoadOutputParameterVisitor:
Inheritance graph
[legend]
Collaboration diagram for mlpack::ann::LoadOutputParameterVisitor:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

LoadOutputParameterVisitor restores the output parameter using the given parameter set.

Constructor & Destructor Documentation

◆ LoadOutputParameterVisitor()

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

Restore the output parameter given a parameter set.

LoadOutputParameterVisitor visitor class.


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