MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / CMDParser

Method CMDParser

include/thundersvm/cmdparser.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17class CMDParser{
18public:
19 CMDParser() : do_cross_validation(false), gamma_set(false), nr_fold(0), gpu_id(0), n_cores(-1) {};
20
21 void parse_command_line(int argc, char **argv);
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected