12 #ifndef MLPACK_BINDINGS_PYTHON_IS_SERIALIZABLE_HPP 13 #define MLPACK_BINDINGS_PYTHON_IS_SERIALIZABLE_HPP 43 IsSerializable<typename std::remove_pointer<T>::type>(data);
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.
This structure holds all of the information about a single parameter, including its value (which is s...
bool IsSerializable(util::ParamData &, const typename boost::disable_if< data::HasSerialize< T >>::type *=0)