Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
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
mlpack
strip_type.hpp
Definition:
add_to_po.hpp:21
core.hpp
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...
mlpack::bindings::cli::PrintHelp
void PrintHelp(const std::string ¶m="")
Print the help for the given parameter.