|
mlpack
|
SaveOutputParameterVisitor saves the output parameter into the given parameter set. More...
#include <save_output_parameter_visitor.hpp>


Public Member Functions | |
| SaveOutputParameterVisitor (std::vector< arma::mat > ¶meter) | |
| 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 |
SaveOutputParameterVisitor saves the output parameter into the given parameter set.
|
inline |
Save the output parameter into the given parameter set.
SaveOutputParameterVisitor visitor class.
1.8.13