diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-04-08 17:33:02 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-04-08 17:33:02 +0800 |
commit | 2aed1b11102196f3d839b2801a92a87243355725 (patch) | |
tree | ab218eec7c626db10ef892751ab5dcc35fa4a490 /model/ranksvmtn.h | |
parent | 0c92357c8ab3a616e51b7cf83d3c038027b8fa99 (diff) | |
download | ranksvm-2aed1b11102196f3d839b2801a92a87243355725.tar.gz ranksvm-2aed1b11102196f3d839b2801a92a87243355725.tar.bz2 ranksvm-2aed1b11102196f3d839b2801a92a87243355725.zip |
conjugate gradient method tested
Diffstat (limited to 'model/ranksvmtn.h')
-rw-r--r-- | model/ranksvmtn.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/model/ranksvmtn.h b/model/ranksvmtn.h index cdb9796..703fee4 100644 --- a/model/ranksvmtn.h +++ b/model/ranksvmtn.h @@ -16,4 +16,6 @@ public: virtual int predict(DataSet &D, Labels &res); }; +int cg_solve(const Eigen::MatrixXd &A, const Eigen::VectorXd &b, Eigen::VectorXd &x); + #endif
\ No newline at end of file |