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