]> granicus.if.org Git - liblinear/history - README
update python: liblinear.so.4 to liblinear.so.5
[liblinear] / README
2021-07-09 Sinacamfixed type of struct problem y
2021-03-22 kevin1kevin1kFix minor issue of README
2020-11-30 Benedikt WaldvogelAdjust eps parameter comment in README: "stopping toler...
2020-07-22 Chih-Jen Linadd -R explanation in README (and mention that generall...
2020-07-16 Wei-Lin ChiangAdd a new option -R for not regularizing the bias
2020-05-23 Chou Hung-Yi solver for one-class SVM supported
2020-03-27 Chih-Jen Lininit_sol in the parameter structure was introduced...
2019-09-10 zyquefix a bug in README building windows binaries
2019-08-23 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2019-07-31 johncreedRemove trailing white-space
2019-03-18 johncreedL2R_L2LOSS_SVR warm start parameter search supported
2018-11-12 ppetter1025remove trailing space
2018-10-24 Chih-Jen Linin README use an example to explain that -C returns...
2018-07-26 Chih-Jen Lin Include LIBSVM's svm-scale.c in the package.
2017-12-25 Chih-Jen LinInstructions in README for building windows dynamic...
2017-03-14 Hsin-Yuan HuangModify README for better clarification
2017-03-13 Hsin-Yuan HuangAdd version information in LIBLINEAR README
2017-02-22 Chih-Jen Linfix a description in README: the size of w is nr_featur...
2016-01-05 b92paulremove unnecessary space in README, linear.cpp and...
2015-12-31 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2015-11-25 Chih-Jen LinFix minor issues in describing the build of windows...
2015-10-22 Chih-Jen Linin "Building Windows Binaries" of README stress that...
2015-07-07 Chia-Hua HoREADME: example for -c with -C
2015-06-29 boyuwarm start parameter search supported
2015-06-28 boyuSquashed commit of the following:
2015-03-01 yuanbowen[Update] set windows 64bit as default
2014-10-21 Yu-ChinIn get_decfun_coef and get_decfun_bias, a zero value...
2014-10-19 Hsiang-Fu Yuadd two functions get_decfun_coef and get_decfun_bias
2014-10-03 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2014-10-03 Chih-Jen Linstopping condition of l1 solvers uses 1-norm rather...
2013-12-02 b99902019Modify README so that user can build 64 bit windows...
2012-10-13 guestwalkfix some typo in README and matlab/make.m
2012-07-20 leepeiAdded -q option for predict and modified the solver...
2012-04-17 cjlinindicating -b 1 is only for testing
2012-04-15 popo- Add regression solvers (-s 11, 12, 13).
2011-10-11 cjlinindicate in predict option that -b 1 is for logistic...
2010-09-13 popoRemove a duplicated ''options:'' in README.
2010-09-05 cjlinAdd L2-regularized logistic regression (dual)
2010-06-19 cjlinfix a grammatical error in README v160
2010-06-19 rofuAdd a python interface description in README.
2010-06-14 rofu- Fix typos in README
2010-06-14 rofu- Add two interface functions
2010-06-14 rofu- Add comment for bias term in read_problem.
2010-01-27 cjlinreplace tab with space in README
2010-01-26 rofuChange global variable liblinear_print_string to static...
2009-10-04 eaudexSet -B -1 as default (no bias term included)
2009-08-23 rafan- white space cleanup
2009-08-23 eaudex(no commit message)
2009-08-21 eaudexUpdate README
2009-07-16 rafan- add explanation for model structure
2009-07-06 cjlinexplain pos/neg of tron stopping condition
2009-07-01 biconnectAdd option -q to disable the screen output from train
2009-06-18 biconnect- move everything to trunk/