13 #ifndef MLPACK_BINDINGS_R_PRINT_SERIALIZE_UTIL_HPP 14 #define MLPACK_BINDINGS_R_PRINT_SERIALIZE_UTIL_HPP 28 const typename std::enable_if::value>::type* = 0,
29 const typename std::enable_ifdata::HasSerialize
::value>::type* = 0) 40 const typename std::enable_if
::value>::type* = 0) 51 const typename std::enable_if::value>::type* = 0,
79 PrintSerializeUtil
::type>(d); void PrintSerializeUtil(util::ParamData &, const typename std::enable_if::value >::type *=0, const typename std::enable_if::value >::type *=0)
If the type is not serializable, print nothing.
Linear algebra utility functions, generally performed on matrices or vectors.
This structure holds all of the information about a single parameter, including its value (which is s...
#define MLPACK_COUT_STREAM
std::string StripType(std::string cppType)
Given a C++ type name, turn it into something that has no special characters that can simply be print...
std::string name
Name of this parameter.
std::string cppType
The true name of the type, as it would be written in C++.