.TH "/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.1/src/mlpack/bindings/python/print_doc_functions.hpp" 3 "Sun Aug 30 2020" "Version 3.1.1" "mlpack" \" -*- nroff -*-
.ad l
.nh
.SH NAME
/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.1/src/mlpack/bindings/python/print_doc_functions.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::python\fP"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "std::string \fBGetBindingName\fP (const std::string &bindingName)"
.br
.RI "Given the name of a binding, print its Python name\&. "
.ti -1c
.RI "bool \fBIgnoreCheck\fP (const std::string &paramName)"
.br
.RI "Print whether or not we should ignore a check on the given parameter\&. "
.ti -1c
.RI "bool \fBIgnoreCheck\fP (const std::vector< std::string > &constraints)"
.br
.RI "Print whether or not we should ignore a check on the given set of constraints\&. "
.ti -1c
.RI "bool \fBIgnoreCheck\fP (const std::vector< std::pair< std::string, bool >> &constraints, const std::string &paramName)"
.br
.RI "Print whether or not we should ignore a check on the given set of constraints\&. "
.ti -1c
.RI "std::string \fBParamString\fP (const std::string &paramName)"
.br
.RI "Given the parameter name, determine what it would actually be when passed to the command line\&. "
.ti -1c
.RI "std::string \fBPrintDataset\fP (const std::string &datasetName)"
.br
.RI "Given the name of a matrix, print it\&. "
.ti -1c
.RI "std::string \fBPrintDefault\fP (const std::string &paramName)"
.br
.RI "Given a parameter name, print its corresponding default value\&. "
.ti -1c
.RI "std::string \fBPrintImport\fP (const std::string &bindingName)"
.br
.RI "Print any import information for the Python binding\&. "
.ti -1c
.RI "std::string \fBPrintInputOptions\fP ()"
.br
.ti -1c
.RI "template<typename T , typename\&.\&.\&. Args> std::string \fBPrintInputOptions\fP (const std::string &paramName, const T &value, Args\&.\&.\&. args)"
.br
.RI "Print an input option\&. "
.ti -1c
.RI "std::string \fBPrintModel\fP (const std::string &modelName)"
.br
.RI "Given the name of a model, print it\&. "
.ti -1c
.RI "std::string \fBPrintOutputOptionInfo\fP ()"
.br
.RI "Print any special information about output options\&. "
.ti -1c
.RI "std::string \fBPrintOutputOptions\fP ()"
.br
.ti -1c
.RI "template<typename T , typename\&.\&.\&. Args> std::string \fBPrintOutputOptions\fP (const std::string &paramName, const T &value, Args\&.\&.\&. args)"
.br
.ti -1c
.RI "template<typename T > std::string \fBPrintValue\fP (const T &value, bool quotes)"
.br
.RI "Given a parameter type, print the corresponding value\&. "
.ti -1c
.RI "template<> std::string \fBPrintValue\fP (const bool &value, bool quotes)"
.br
.ti -1c
.RI "template<typename\&.\&.\&. Args> std::string \fBProgramCall\fP (const std::string &programName, Args\&.\&.\&. args)"
.br
.RI "Given a name of a binding and a variable number of arguments (and their contents), print the corresponding function call\&. "
.ti -1c
.RI "std::string \fBProgramCall\fP (const std::string &programName)"
.br
.RI "Given the name of a binding, print a program call assuming that all options are specified\&. "
.in -1c
.SH "Author"
.PP 
Generated automatically by Doxygen for mlpack from the source code\&.
