]> granicus.if.org Git - liblinear/history - linear.cpp
Change find_parameter_C to find_parameters in linear.def
[liblinear] / linear.cpp
2019-03-18 Chih-Jen LinFix some minor indentation and space issues
2019-03-18 johncreedL2R_L2LOSS_SVR warm start parameter search supported
2018-12-18 Chih-Jen Linin solve_l1r_l2_svc, loss_old is initialized in a for...
2018-09-18 Wei-Lin ChiangRename get_diagH to get_diag_preconditioner
2018-05-23 Chou Hung-Yiprint more digits of model parameter: %.16g to %.17g
2017-12-24 Chih-Jen Linmove l2r_lr_fun::get_diagH(double *M) to an earlier...
2017-10-17 b92paulAdd mixed diagonal preconditioner to TRON method
2017-04-08 Chih-Jen Lin in load_model() of linear.cpp, parameters for train...
2017-03-27 Hsin-Yuan HuangMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2017-03-21 b92paulRemove unused fscanf in load_model in linear.cpp
2017-03-13 Hsin-Yuan HuangAdd version number for LIBLINEAR
2017-03-13 Kevinremove trailing spaces and tabs
2016-09-07 Wei-Lin ChiangRemove a redundant array in Hv functions
2016-01-05 b92paulremove unnecessary space in README, linear.cpp and...
2016-01-05 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2016-01-05 Chih-Jen Linremove unnecessary tab in linear.cpp
2015-12-31 leepeiRevert "initial commit of line search branch"
2015-12-31 leepeiinitial commit of line search branch
2015-12-31 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2015-12-31 Chih-Jen Linthe array D for the diagonal matrix in Hessian isn...
2015-10-19 jeremy89183fixed repeated declaration of variable j in function...
2015-09-24 Wei-Lin ChiangCombine Xv and XTv and add sparse operator class
2015-08-05 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2015-08-05 Chih-Jen Linfix a spelling error in a comment
2015-07-20 willchenWe fix the warning messege of the 'fscanf' function...
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:
2015-06-19 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2015-04-04 leepeiMake the indention of set_locale consistent with the...
2014-12-05 Tavian BarnesCheck return value of setlocale().
2014-10-21 Yu-ChinIn get_decfun_coef and get_decfun_bias, a zero value...
2014-10-19 Yu-Chinreplace long int with size_t in linear.cpp and train.c
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-08-29 Yu-Chininitialize Gnorm1_init with -1
2014-08-26 Yu-Chininitialize Gnorm1_init with NAN
2013-11-02 Wei-Sheng ChinReplace long with long int in linear.cpp for consistency
2013-10-31 Wei-Sheng ChinChange the type of nnz (counter of nonzero elements...
2013-10-26 Yu-Chinrevert previous two accidental commits
2013-10-26 Yu-Chinset number of threads
2013-10-25 Yu-Chin.
2013-08-16 Yu-Chinfix a bug: use "delete[] C" instead of "delete C" in...
2013-07-01 Tzu-Ming KuoModify function group_classes in linear.cpp to ensure...
2013-02-11 leepeiLet nr_fold = l when nr_fold > l in CV
2012-10-28 leepeiFix some indention
2012-04-15 popo- Add regression solvers (-s 11, 12, 13).
2011-12-26 popoInitial w_size according to w in solve_l1r_lr.
2011-12-09 popoAdd variable primal_solver_tol for primal solvers,...
2011-11-29 popoAdd setlocale(LC_ALL, "C") when saving and loading...
2011-06-29 popoModify linear.cpp so that users can easily give initial...
2011-05-27 popouse "WARNING" and "ERROR" for warning messages and...
2011-03-14 eaudex@@ -1562,8 +1562,6 @@
2011-03-12 eaudexIn solve_l1_lr(.),
2011-03-07 eaudexIn solve_l1r_lr(.),
2011-02-14 popoIn solve_l2r_lr_dual, the if-condition "newton_iter...
2010-10-11 cjlinadd a comment in l1r_lr indicating that
2010-09-10 popocheck model_ptr != NULL before calling free_model_conte...
2010-09-05 cjlin- for (s=0;s<active_size;s++)
2010-09-05 cjlinAdd L2-regularized logistic regression (dual)
2010-09-04 cjlinFor each solver, show the corresponding reference
2010-06-14 rofu- Add two interface functions
2010-03-17 rainfarmerProbability output for L1R_LR
2010-01-26 rofuRemove redundant spaces.
2010-01-26 rofuChange global variable liblinear_print_string to static...
2009-12-24 rofuChange the position of the definition of C
2009-12-20 rofuChange the C access mechanism for all solver
2009-12-20 rofuFix the bug of calculation of upper bound in the be_shr...
2009-11-07 rafanMake feature_node.index started from 1 for x' for consi...
2009-10-02 eaudexL1-regularized L2-loss SVM and Logistic Regression
2009-08-23 eaudex(no commit message)
2009-08-21 cjlincorrect the comment on instance weights
2009-08-21 eaudexL1-regularized L2-loss SVC
2009-07-31 biconnect- Fix some bugs (redefine w_size)
2009-07-12 biconnectModify linear.cpp so that it is consistent to /poly2...
2009-07-07 biconnectMaximum iteration set 1000
2009-07-01 biconnectAdd option -q to disable the screen output from train
2009-06-18 biconnect- move everything to trunk/