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 | 521e8c49ad529f17f63eca1726ba8e2f564ac290 (patch) | |
tree | c424d8a4aa1ffa9c3ef74cf6b7f1ab91ce8f948e /dtrain/test/log_reg/log_reg.h | |
parent | c021d22e98844f1408b8ffb30f3c8e9a3c671899 (diff) |
cleaning up
Diffstat (limited to 'dtrain/test/log_reg/log_reg.h')
-rw-r--r-- | dtrain/test/log_reg/log_reg.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dtrain/test/log_reg/log_reg.h b/dtrain/test/log_reg/log_reg.h deleted file mode 100644 index ecc560b8..00000000 --- a/dtrain/test/log_reg/log_reg.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _LOG_REG_H_ -#define _LOG_REG_H_ - -#include <vector> -#include "sparse_vector.h" -#include "bin_class.h" - -struct LogisticRegression : public Objective { - double ObjectiveAndGradient(const SparseVector<double>& x, - const std::vector<TrainingInstance>& training_instances, - SparseVector<double>* g) const; -}; - -#endif |