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>();
85inline void StringTypeParam<std::tuple<mlpack::data::DatasetInfo, arma::mat>>(
95#include "string_type_param_impl.hpp"
void StringTypeParam< int >(util::ParamData &, const void *, void *output)
Return "int".
std::string StringTypeParamImpl(const typename boost::disable_if< util::IsStdVector< T > >::type *=0, const typename boost::disable_if< data::HasSerialize< T > >::type *=0)
Return a string containing the type of the parameter.
void StringTypeParam(util::ParamData &, const void *, void *output)
Return a string containing the type of a parameter.
void StringTypeParam< bool >(util::ParamData &, const void *, void *output)
Return "bool".
void StringTypeParam< double >(util::ParamData &, const void *, void *output)
Return "double".
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.
Metaprogramming structure for vector detection.
This structure holds all of the information about a single parameter, including its value (which is s...