diff options
author | Chris Dyer <redpony@gmail.com> | 2015-03-04 21:42:29 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2015-03-04 21:42:29 -0500 |
commit | 3d2a60701f053fc35130711e88d9fcb29f29e274 (patch) | |
tree | 18b96efea68d3ed84b92638aaf5e7c79d162fdde /training | |
parent | 06f1b6aedbd96d652d5337cf1b93b51e4dd9a620 (diff) |
remove warning
Diffstat (limited to 'training')
-rw-r--r-- | training/pro/mr_pro_reduce.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/training/pro/mr_pro_reduce.cc b/training/pro/mr_pro_reduce.cc index 5ef9b470..a61a3a5f 100644 --- a/training/pro/mr_pro_reduce.cc +++ b/training/pro/mr_pro_reduce.cc @@ -18,7 +18,6 @@ namespace po = boost::program_options; // since this is a ranking model, there should be equal numbers of // positive and negative examples, so the bias should be 0 -static const double MAX_BIAS = 1e-10; void InitCommandLine(int argc, char** argv, po::variables_map* conf) { po::options_description opts("Configuration options"); |