diff options
author | Patrick Simianer <p@simianer.de> | 2011-09-24 23:46:49 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2011-09-24 23:46:49 +0200 |
commit | 5e1ab3481551607f1c2a10027049044cd41f78ab (patch) | |
tree | b89cc3587f2e5d34f14f4b977f8a0909f62fe8e1 /dtrain/test/logreg/bin_class.cc | |
parent | 5584f300821e20369c25343222cd0e8faa393523 (diff) |
cleaning up
Diffstat (limited to 'dtrain/test/logreg/bin_class.cc')
-rw-r--r-- | dtrain/test/logreg/bin_class.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dtrain/test/logreg/bin_class.cc b/dtrain/test/logreg/bin_class.cc new file mode 100644 index 00000000..19bcde25 --- /dev/null +++ b/dtrain/test/logreg/bin_class.cc @@ -0,0 +1,4 @@ +#include "bin_class.h" + +Objective::~Objective() {} + |