mlpack
|
ParametersSetVisitor update the parameters set using the given matrix. More...
#include <parameters_set_visitor.hpp>
Public Member Functions | |
ParametersSetVisitor (arma::mat ¶meters) | |
Update the parameters set given the parameters matrix. More... | |
template<typename LayerType > | |
void | operator() (LayerType *layer) const |
Update the parameters set. | |
void | operator() (MoreTypes layer) const |
ParametersSetVisitor update the parameters set using the given matrix.
|
inline |
Update the parameters set given the parameters matrix.
ParametersSetVisitor visitor class.