mlpack 3.4.2
Public Types | List of all members
ParameterType< arma::Row< eT > > Struct Template Reference

For row vector types, CLI11 will accept a std::string, not an arma::Row<eT> (since it is not clear how to specify a vector on the command-line). More...

#include <parameter_type.hpp>

Public Types

typedef std::string type
 

Detailed Description

template<typename eT>
struct mlpack::bindings::cli::ParameterType< arma::Row< eT > >

For row vector types, CLI11 will accept a std::string, not an arma::Row<eT> (since it is not clear how to specify a vector on the command-line).

Definition at line 66 of file parameter_type.hpp.

Member Typedef Documentation

◆ type

typedef std::string type

Definition at line 68 of file parameter_type.hpp.


The documentation for this struct was generated from the following file: