]> granicus.if.org Git - liblinear/commit
- Add regression solvers (-s 11, 12, 13).
authorpopo <popo@16e7d947-dcc2-db11-b54a-0017319806e7>
Sun, 15 Apr 2012 06:07:46 +0000 (06:07 +0000)
committerpopo <popo@16e7d947-dcc2-db11-b54a-0017319806e7>
Sun, 15 Apr 2012 06:07:46 +0000 (06:07 +0000)
commit90fba55ce5db488b190acec6344b5ef1daaddbe1
treea7c097289746e2774d36aba7dd26d827f72a191a
parente8ed224941973815caef8cee96bbaab9bb93f5ea
- Add regression solvers (-s 11, 12, 13).
- In L1-regularized solvers, Gp <= H*w[j] and Gn >= H*w[j] become
  Gp < H*w[j] and Gp > H*w[j].
- For tron solvers, C array is used instead of Cp and Cn as the
  argument of the constructors of function classes.
README
linear.cpp
linear.h
predict.c
train.c