mlpack
|
RunSetVisitor set the run parameter given the run value. More...
#include <run_set_visitor.hpp>
Public Member Functions | |
RunSetVisitor (const bool run=true) | |
Set the run parameter given the current run value. More... | |
template<typename LayerType > | |
void | operator() (LayerType *layer) const |
Set the run parameter. | |
void | operator() (MoreTypes layer) const |
RunSetVisitor set the run parameter given the run value.
|
inline |
Set the run parameter given the current run value.
RunSetVisitor visitor class.