12 #ifndef MLPACK_BINDINGS_JULIA_PRINT_OUTPUT_PROCESSING_HPP
13 #define MLPACK_BINDINGS_JULIA_PRINT_OUTPUT_PROCESSING_HPP
29 const typename std::enable_if<!data::HasSerialize<T>::value>::type* = 0,
30 const typename std::enable_if<!std::is_same<T,
31 std::tuple<data::DatasetInfo, arma::mat>>::value>::type* = 0);
40 const typename std::enable_if<arma::is_arma_type<T>::value>::type* = 0,
41 const typename std::enable_if<!std::is_same<T,
42 std::tuple<data::DatasetInfo, arma::mat>>::value>::type* = 0);
51 const typename std::enable_if<!arma::is_arma_type<T>::value>::type* = 0,
52 const typename std::enable_if<data::HasSerialize<T>::value>::type* = 0,
53 const typename std::enable_if<!std::is_same<T,
54 std::tuple<data::DatasetInfo, arma::mat>>::value>::type* = 0);
63 const typename std::enable_if<std::is_same<T,
64 std::tuple<data::DatasetInfo, arma::mat>>::value>::type* = 0);
75 PrintOutputProcessing<typename std::remove_pointer<T>::type>(d,
83 #include "print_output_processing_impl.hpp"
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 PrintOutputProcessing(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 output 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 "$