8 #ifndef MLPACK_BINDINGS_GO_PRINT_TYPE_DOC_HPP
9 #define MLPACK_BINDINGS_GO_PRINT_TYPE_DOC_HPP
22 const util::ParamData& data,
23 const typename boost::disable_if<arma::is_arma_type<T>>::type* = 0,
24 const typename boost::disable_if<util::IsStdVector<T>>::type* = 0,
25 const typename boost::disable_if<data::HasSerialize<T>>::type* = 0,
26 const typename boost::disable_if<std::is_same<T,
27 std::tuple<data::DatasetInfo, arma::mat>>>::type* = 0);
34 const util::ParamData& data,
35 const typename std::enable_if<util::IsStdVector<T>::value>::type* = 0);
42 const util::ParamData& data,
43 const typename std::enable_if<arma::is_arma_type<T>::value>::type* = 0);
50 const util::ParamData& data,
51 const typename std::enable_if<std::is_same<T,
52 std::tuple<data::DatasetInfo, arma::mat>>::value>::type* = 0);
59 const util::ParamData& data,
60 const typename boost::disable_if<arma::is_arma_type<T>>::type* = 0,
61 const typename boost::enable_if<data::HasSerialize<T>>::type* = 0);
72 PrintTypeDoc<typename std::remove_pointer<T>::type>(data);
79 #include "print_type_doc_impl.hpp"
This structure holds all of the information about a single parameter, including its value (which is s...
std::string PrintTypeDoc(const util::ParamData &data, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0, const typename boost::disable_if< util::IsStdVector< T >>::type *=0, const typename boost::disable_if< data::HasSerialize< T >>::type *=0, const typename boost::disable_if< std::is_same< T, std::tuple< data::DatasetInfo, arma::mat >>>::type *=0)
Return a string representing the command-line type of an option.
string(REGEX REPLACE".*#define MLPACK_VERSION_MINOR ([0-9]+).*""\\1"MLPACK_VERSION_MINOR"${VERSION_HPP_CONTENTS}") string(REGEX REPLACE".* "\\1" MLPACK_VERSION_PATCH "$