
Go to the source code of this file.
Namespaces | |
| mlpack | |
strip_type.hpp | |
| mlpack::bindings | |
| mlpack::bindings::markdown | |
Functions | |
| std::string | GetBindingName (const std::string &bindingName) |
| Given the name of the binding, print the name for the current language (as given by BindingInfo). More... | |
template < typename T > | |
| bool | IgnoreCheck (const T &t) |
| Return whether or not a runtime check on parameters should be ignored. More... | |
| std::string | ParamString (const std::string ¶mName) |
| Print what a user would type to invoke the given option name. More... | |
| std::string | ParamType (const util::ParamData &d) |
| Print the user-encountered type of an option. More... | |
| std::string | PrintDataset (const std::string &dataset) |
| Print a dataset type parameter (add .csv and return). More... | |
| std::string | PrintDefault (const std::string ¶mName) |
| Print the default value of an option, unless it is required (in which case Markdown italicized '–' is printed). More... | |
| std::string | PrintImport (const std::string &bindingName) |
| Print any imports that need to be done before using the binding. More... | |
| std::string | PrintLanguage (const std::string &language) |
| Print the name of the given language. More... | |
| std::string | PrintModel (const std::string &model) |
| Print a model type parameter (add .bin and return). More... | |
| std::string | PrintOutputOptionInfo (const std::string &language) |
| Print any special information about output options. More... | |
| std::string | PrintTypeDocs () |
| Print details about the different types for a language. More... | |
template < typename T > | |
| std::string | PrintValue (const T &value, bool quotes) |
| Given a parameter type, print the corresponding value. More... | |
| template<typename... Args> | |
| std::string | ProgramCall (const std::string &programName, Args... args) |
| Given a program name and arguments for it, print what its invocation would be. More... | |
| std::string | ProgramCall (const std::string &programName) |
| Given a program name, print a call assuming that all arguments are specified. More... | |