Replace getopt with Boost::program_options.

This commit is contained in:
2018-04-05 14:22:23 +02:00
parent ffea333609
commit 68be06f378
3 changed files with 69 additions and 92 deletions

View File

@@ -30,8 +30,8 @@ namespace fmri {
string modelPath;
string weightsPath;
string meansPath;
char const * labelsPath;
char const * dumpPath;
string labelsPath;
string dumpPath;
vector<string> inputPaths;
Options() noexcept;