.TH "/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.0/src/mlpack/bindings/markdown/get_printable_param_value.hpp" 3 "Mon Aug 31 2020" "Version 3.1.1" "mlpack" \" -*- nroff -*-
.ad l
.nh
.SH NAME
/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.0/src/mlpack/bindings/markdown/get_printable_param_value.hpp
.SH SYNOPSIS
.br
.PP
.SS "Namespaces"

.in +1c
.ti -1c
.RI " \fBmlpack\fP"
.br
.RI "strip_type\&.hpp "
.ti -1c
.RI " \fBmlpack::bindings\fP"
.br
.ti -1c
.RI " \fBmlpack::bindings::markdown\fP"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "template<typename T > std::string \fBGetPrintableParamValue\fP (const util::ParamData &data, const std::string &value, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0, const typename boost::disable_if< data::HasSerialize< T >>::type *=0, const typename boost::disable_if< std::is_same< T, std::tuple< data::DatasetInfo, arma::mat >>>::type *=0)"
.br
.RI "Get the parameter name for a type that has no special handling\&. "
.ti -1c
.RI "template<typename T > std::string \fBGetPrintableParamValue\fP (const util::ParamData &data, const std::string &value, const typename boost::enable_if< arma::is_arma_type< T >>::type *=0)"
.br
.RI "Get the parameter name for a matrix type (where the user has to pass the file that holds the matrix)\&. "
.ti -1c
.RI "template<typename T > std::string \fBGetPrintableParamValue\fP (const util::ParamData &data, const std::string &value, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0, const typename boost::enable_if< data::HasSerialize< T >>::type *=0)"
.br
.RI "Get the parameter name for a serializable model type (where the user has to pass the file that holds the matrix)\&. "
.ti -1c
.RI "template<typename T > std::string \fBGetPrintableParamValue\fP (const util::ParamData &data, const std::string &value, const typename boost::enable_if< std::is_same< T, std::tuple< data::DatasetInfo, arma::mat >>>::type *=0)"
.br
.RI "Get the parameter name for a mapped matrix type (where the user has to pass the file that holds the matrix)\&. "
.ti -1c
.RI "template<typename T > void \fBGetPrintableParamValue\fP (const util::ParamData &d, const void *input, void *output)"
.br
.RI "Get the parameter's name as seen by the user\&. "
.in -1c
.SH "Author"
.PP 
Generated automatically by Doxygen for mlpack from the source code\&.
