13 #ifndef MLPACK_BINDINGS_CLI_STRING_TYPE_PARAM_HPP    14 #define MLPACK_BINDINGS_CLI_STRING_TYPE_PARAM_HPP    55   std::string* outstr = (std::string*) output;
    56   *outstr = StringTypeParamImpl<T>();
    73 inline void StringTypeParam<std::string>(util::ParamData& ,
    85 inline void StringTypeParam<std::tuple<mlpack::data::DatasetInfo, arma::mat>>(
    95 #include "string_type_param_impl.hpp" 
void StringTypeParam< bool >(util::ParamData &, const void *, void *output)
Return "bool". 
 
Linear algebra utility functions, generally performed on matrices or vectors. 
 
void StringTypeParam(util::ParamData &, const void *, void *output)
Return a string containing the type of a parameter. 
 
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...
 
void StringTypeParam< double >(util::ParamData &, const void *, void *output)
Return "double". 
 
std::string StringTypeParamImpl(const typename std::enable_if<!util::IsStdVector< T >::value >::type *=0, const typename std::enable_if<!data::HasSerialize< T >::value >::type *=0)
Return a string containing the type of the parameter. 
 
void StringTypeParam< int >(util::ParamData &, const void *, void *output)
Return "int".