

Go to the source code of this file.
Namespaces | |
| mlpack | |
strip_type.hpp | |
| mlpack::bindings | |
| mlpack::bindings::go | |
Functions | |
template < typename T > | |
| void | ImportDecl (const util::ParamData &, const size_t indent, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0, const typename boost::enable_if< data::HasSerialize< T >>::type *=0) |
| For a serializable type, print a cppclass definition. More... | |
template < typename T > | |
| void | ImportDecl (const util::ParamData &, const size_t, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0, const typename boost::disable_if< data::HasSerialize< T >>::type *=0) |
| For a non-serializable type, print nothing. More... | |
template < typename T > | |
| void | ImportDecl (const util::ParamData &, const size_t, const typename boost::enable_if< arma::is_arma_type< T >>::type *=0) |
| For a matrix type, print nothing. More... | |
template < typename T > | |
| void | ImportDecl (const util::ParamData &d, const void *indent, void *) |
| Print the cppclass definition for a serializable model; print nothing for a non-serializable type. More... | |