mlpack
2.2.5
|
Exposes the seralize method of the given RSType. More...
Public Member Functions | |
SerializeVisitor (Archive &ar, const std::string &name) | |
Construct the SerializeVisitor with the given archive and name. More... | |
template<typename RSType > | |
void | operator() (RSType *rs) const |
Serialize the given model. More... | |
Exposes the seralize method of the given RSType.
Definition at line 194 of file rs_model.hpp.
SerializeVisitor | ( | Archive & | ar, |
const std::string & | name | ||
) |
Construct the SerializeVisitor with the given archive and name.
void operator() | ( | RSType * | rs | ) | const |
Serialize the given model.