]> granicus.if.org Git - liblinear/history - train.c
modifications are made for one-class svm:
[liblinear] / train.c
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
2019-08-23 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2019-06-20 Chih-Jen Linremove an unnecessary tab in train.c
2019-03-18 johncreedL2R_L2LOSS_SVR warm start parameter search supported
2015-08-05 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2015-08-03 momohuangChange %lf to %g in do_find_parameter_C() for Readability
2015-07-08 boyuFix bug and memory leaks in 2.0
2015-06-29 boyuwarm start parameter search supported
2015-06-28 boyuSquashed commit of the following:
2014-10-19 Yu-Chinreplace long int with size_t in linear.cpp and train.c
2013-10-26 Yu-Chinrevert previous two accidental commits
2013-10-26 Yu-Chinset number of threads
2013-10-25 Yu-Chin.
2012-10-28 leepeiFix some indention
2012-07-20 leepeiAdded -q option for predict and modified the solver...
2012-04-15 popo- Add regression solvers (-s 11, 12, 13).
2011-05-27 popouse "WARNING" and "ERROR" for warning messages and...
2011-03-07 eaudexIn solve_l1r_lr(.),
2011-02-05 xflash96print error when 1. no label 2. emtpy line
2010-09-05 cjlinAdd L2-regularized logistic regression (dual)
2010-06-14 rofu- Add two interface functions
2010-06-14 rofu- Add comment for bias term in read_problem.
2010-04-10 rafanError out when we can not save the model. This happens...
2010-01-27 rofuAdd a comment "default printing to stdout" for initiali...
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 eaudex(no commit message)
2009-08-21 eaudexL1-regularized L2-loss SVC
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/