mlpack::util::Params ParseCommandLine(int argc, char **argv, const char *bindingName="")
Parse the command line, setting all of the options inside of the CLI object to their appropriate give...
void Stop(const std::string &timerName, const std::thread::id &threadId=std::thread::id())
Halts the timer, and replaces its value with the delta time from its start.
void BINDING_FUNCTION(mlpack::util::Params &, mlpack::util::Timers &)
int main(int argc, char **argv)
void Start(const std::string &timerName, const std::thread::id &threadId=std::thread::id())
Initializes a timer, available like a normal value specified on the command line. ...
PARAM_GLOBAL(bool, "help", "Default help info.", "h", "bool", false, true, false, false)