diff options
author | Patrick Simianer <p@simianer.de> | 2012-03-13 09:15:46 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2012-03-13 09:15:46 +0100 |
commit | 10a232656a0c882b3b955d2bcfac138ce11e8a2e (patch) | |
tree | 134e2637908cd85b3548d68ac8590f3aad8d1c49 /dtrain/test/mira_update/Hildreth.h | |
parent | e77078e31cd75f0e5983d332b990809a3644b0fb (diff) |
polish
Diffstat (limited to 'dtrain/test/mira_update/Hildreth.h')
-rw-r--r-- | dtrain/test/mira_update/Hildreth.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dtrain/test/mira_update/Hildreth.h b/dtrain/test/mira_update/Hildreth.h deleted file mode 100644 index 8d791085..00000000 --- a/dtrain/test/mira_update/Hildreth.h +++ /dev/null @@ -1,10 +0,0 @@ -#include "sparse_vector.h" - -namespace Mira { - class Hildreth { - public : - static std::vector<double> optimise(std::vector< SparseVector<double> >& a, std::vector<double>& b); - static std::vector<double> optimise(std::vector< SparseVector<double> >& a, std::vector<double>& b, double C); - }; -} - |