13 #ifndef MLPACK_BINDINGS_CLI_MAP_PARAMETER_NAME_HPP
14 #define MLPACK_BINDINGS_CLI_MAP_PARAMETER_NAME_HPP
30 const typename boost::disable_if<arma::is_arma_type<T>>::type* = 0,
32 const typename boost::disable_if<std::is_same<T,
33 std::tuple<mlpack::data::DatasetInfo, arma::mat>>>::type* = 0)
46 const typename boost::enable_if_c<
47 arma::is_arma_type<T>::value ||
52 return identifier +
"_file";
70 MapParameterName<typename std::remove_pointer<T>::type>(d.
name);
Auxiliary information for a dataset, including mappings to/from strings (or other types) and the data...
This structure holds all of the information about a single parameter, including its value (which is s...
std::string MapParameterName(const std::string &identifier, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0, const typename boost::disable_if< data::HasSerialize< T >>::type *=0, const typename boost::disable_if< std::is_same< T, std::tuple< mlpack::data::DatasetInfo, arma::mat >>>::type *=0)
If needed, map the parameter name to the name that is used by CLI11.
std::string name
Name of this parameter.
src mlpack core util version hpp VERSION_HPP_CONTENTS string(REGEX REPLACE".*#define MLPACK_VERSION_MAJOR ([0-9]+).*""\\1"MLPACK_VERSION_MAJOR"${VERSION_HPP_CONTENTS}") string(REGEX REPLACE".* MLPACK_VERSION_MINOR "$