|
mlpack
2.0.1
|
Classes | |
| class | CLIDeleter |
| Extremely simple class whose only job is to delete the existing CLI object at the end of execution. More... | |
| class | NullOutStream |
| Used for Log::Debug when not compiled with debugging symbols. More... | |
| class | Option |
| A static object whose constructor registers a parameter with the CLI class. More... | |
| class | PrefixedOutStream |
| Allows us to output to an ostream with a prefix at the beginning of each line, in the same way we would output to cout or cerr. More... | |
| class | ProgramDoc |
| A static object whose constructor registers program documentation with the CLI class. More... | |
Functions | |
| std::string | GetVersion () |
| This will return either "mlpack x.y.z" or "mlpack master-XXXXXXX" depending on whether or not this is a stable version of mlpack or a git repository. More... | |
| std::string | Indent (std::string input, const size_t howManyTabs=1) |
| A utility function that replaces all all newlines with a number of spaces depending on the indentation level. More... | |
Variables | |
| static CLIDeleter | cliDeleter |
| Declare the deleter. More... | |
| std::string mlpack::util::GetVersion | ( | ) |
This will return either "mlpack x.y.z" or "mlpack master-XXXXXXX" depending on whether or not this is a stable version of mlpack or a git repository.
| std::string mlpack::util::Indent | ( | std::string | input, |
| const size_t | howManyTabs = 1 |
||
| ) |
A utility function that replaces all all newlines with a number of spaces depending on the indentation level.
|
static |
Declare the deleter.
Definition at line 35 of file cli_deleter.hpp.
1.8.11