13 #ifndef MLPACK_BINDINGS_CLI_PARAMETER_TYPE_HPP 14 #define MLPACK_BINDINGS_CLI_PARAMETER_TYPE_HPP 23 template<
bool HasSerialize,
typename T>
33 typedef std::string type;
56 typedef std::tuple<std::string, size_t, size_t> type;
68 typedef std::tuple<std::string, size_t, size_t> type;
79 typedef std::tuple<std::string, size_t, size_t> type;
85 template<
typename eT,
typename PolicyType>
87 std::string>, arma::Mat<eT>>>
89 typedef std::tuple<std::string, size_t, size_t> type;
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
The core includes that mlpack expects; standard C++ includes and Armadillo.
Definition: pointer_wrapper.hpp:23
Definition: parameter_type.hpp:24
Utility struct to return the type that CLI11 should accept for a given input type.
Definition: parameter_type.hpp:42