mlpack  3.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
print_help.hpp
Go to the documentation of this file.
1 
12 #ifndef MLPACK_BINDINGS_CLI_PRINT_HELP_HPP
13 #define MLPACK_BINDINGS_CLI_PRINT_HELP_HPP
14 
15 #include <mlpack/core.hpp>
16 
17 namespace mlpack {
18 namespace bindings {
19 namespace cli {
20 
27 void PrintHelp(const std::string& param = "");
28 
29 } // namespace cli
30 } // namespace bindings
31 } // namespace mlpack
32 
33 #endif
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...
void PrintHelp(const std::string &param="")
Print the help for the given parameter.
src mlpack core util version hpp VERSION_HPP_CONTENTS string(REGEX REPLACE".*#define MLPACK_VERSION_MAJOR ([0-9]+).*""\\1"MLPACK_VERSION_MAJOR"${VERSION_HPP_CONTENTS}") string(REGEX REPLACE".* MLPACK_VERSION_MINOR "$
Definition: CMakeLists.txt:79