12#ifndef MLPACK_BINDINGS_MARKDOWN_IS_SERIALIZABLE_HPP
13#define MLPACK_BINDINGS_MARKDOWN_IS_SERIALIZABLE_HPP
37 const typename boost::enable_if<arma::is_arma_type<T>>::type* = 0)
48 const typename boost::disable_if<arma::is_arma_type<T>>::type* = 0)
61 *((
bool*) output) = IsSerializable<typename std::remove_pointer<T>::type>();
bool IsSerializable(const typename boost::disable_if< data::HasSerialize< T > >::type *=0)
Return false, because the type is not serializable.
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...