mlpack
|
ParametersVisitor exposes the parameters set of the given module and stores the parameters set into the given matrix. More...
#include <parameters_visitor.hpp>
Public Member Functions | |
ParametersVisitor (arma::mat ¶meters) | |
Store the parameters set into the given parameters matrix. More... | |
template<typename LayerType > | |
void | operator() (LayerType *layer) const |
Set the parameters set. | |
void | operator() (MoreTypes layer) const |
ParametersVisitor exposes the parameters set of the given module and stores the parameters set into the given matrix.
|
inline |
Store the parameters set into the given parameters matrix.
ParametersVisitor visitor class.