13 #ifndef MLPACK_BINDINGS_CLI_PARAMETER_TYPE_HPP    14 #define MLPACK_BINDINGS_CLI_PARAMETER_TYPE_HPP    23 template<
bool HasSerialize, 
typename T>
    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;
 std::tuple< std::string, size_t, size_t > type
 
ParameterTypeDeducer< data::HasSerialize< T >::value, T >::type type
 
std::tuple< std::string, size_t, size_t > type
 
Linear algebra utility functions, generally performed on matrices or vectors. 
 
The core includes that mlpack expects; standard C++ includes and Armadillo. 
 
std::tuple< std::string, size_t, size_t > type
 
std::tuple< std::string, size_t, size_t > type
 
Utility struct to return the type that CLI11 should accept for a given input type.