12 #ifndef MLPACK_BINDINGS_JULIA_PRINT_INPUT_PROCESSING_HPP
13 #define MLPACK_BINDINGS_JULIA_PRINT_INPUT_PROCESSING_HPP
27 const typename std::enable_if<!data::HasSerialize<T>::value>::type* = 0,
28 const typename std::enable_if<!std::is_same<T,
29 std::tuple<data::DatasetInfo, arma::mat>>::value>::type* = 0);
38 const typename std::enable_if<arma::is_arma_type<T>::value>::type* = 0,
39 const typename std::enable_if<!std::is_same<T,
40 std::tuple<data::DatasetInfo, arma::mat>>::value>::type* = 0);
49 const typename std::enable_if<!arma::is_arma_type<T>::value>::type* = 0,
50 const typename std::enable_if<data::HasSerialize<T>::value>::type* = 0,
51 const typename std::enable_if<!std::is_same<T,
52 std::tuple<data::DatasetInfo, arma::mat>>::value>::type* = 0);
62 const typename std::enable_if<std::is_same<T,
63 std::tuple<data::DatasetInfo, arma::mat>>::value>::type* = 0);
74 PrintInputProcessing<typename std::remove_pointer<T>::type>(d,
82 #include "print_input_processing_impl.hpp"
This structure holds all of the information about a single parameter, including its value (which is s...
void PrintInputProcessing(util::ParamData &d, const std::string &functionName, const typename std::enable_if<!data::HasSerialize< T >::value >::type *=0, const typename std::enable_if<!std::is_same< T, std::tuple< data::DatasetInfo, arma::mat >>::value >::type *=0)
Print the input processing (basically calling IO::GetParam<>()) for a non-serializable type...
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 "$