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