]> granicus.if.org Git - liblinear/history - matlab
Remove redundant trailing whitespace in linear.cpp, python/liblinearutil.py and tron.cpp
[liblinear] / matlab /
2019-03-18 johncreedL2R_L2LOSS_SVR warm start parameter search supported
2018-12-29 Wei-Lin ChiangFix compiling issues in matlab interface
2018-06-30 Chih-Jen LinPrint more digit of predicted labels (%.17g) as more...
2017-03-13 Kevinremove trailing spaces and tabs
2016-01-05 b92paulremove unnecessary space in README, linear.cpp and...
2015-07-17 Hsiang-Fu YuCatch the exception to display the error message
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-06-19 Chih-Jen LinExplain "Parameters" of the returned MATLAB/Octave...
2015-05-06 b02902056Using include "linear.h" instead of include "../linear.h"
2015-05-06 b02902056Matlab/Octave: use the standard method of checking...
2015-03-24 Chih-Jen Linsymbolic link of libsvmread/write.c changed to hardlink
2014-10-27 Chih-Jen Linexplicit list blas/*.c for consistency with octave v195
2014-10-19 b99902019To support nnz > 2^32, change the data type of the...
2014-10-19 Yu-Chinremove ^M in the end of each line in make.m
2014-10-19 Yu-Chin1. use "extern C" in blas to make sure the compiled...
2014-10-19 Hsiang-Fu Yuadd two functions get_decfun_coef and get_decfun_bias
2014-10-16 cohaExpand the expression of blas to fix the compiling...
2014-06-20 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2014-06-20 Chih-Jen Linfix the following bug
2014-06-06 Tzu-Ming Kuomodify matlab/train.c to check if the label vector...
2013-12-10 boyumatlab Makefile modified, octave removed
2013-11-11 Chih-Jen Linremove one space in matlab/README v194
2013-05-16 Chih-Jen Lin(no commit message)
2013-03-11 Chun-Heng HuangUpdated a switch statement.
2013-03-11 Chun-Heng HuangMatlab interface parameter checking
2012-10-19 cjlinfix a typo in make.m
2012-10-13 guestwalkfix some typo in README and matlab/make.m
2012-10-10 guestwalkremove duplicated blas.h in blas/Makefile
2012-07-25 leepeiFixed a bug of -q option of predict in matlab interface
2012-07-20 leepeiAdded -q option for predict and modified the solver...
2012-06-30 popoRemove matlab/run.m in trunk.
2012-05-01 cohaModify the make.m of matlab,
2012-04-17 cjlinindicating -b 1 is only for testing
2012-04-17 popoAdd -s 11, 12, 13 to python and matlab interfaces.
2011-10-11 cjlinindicate in predict option that -b 1 is for logistic...
2011-09-01 cohaUsing try and catch method to show recommend message...
2011-08-27 cohaModify make.m so that it is workable
2011-05-09 popoAdd dependency for tron.o, linear.o, and blas.a in...
2011-04-10 popoRemove mxIsSparse(prhs[1]) in do_predict(...) in matlab...
2011-03-16 popomatlab/README is modified because 32bit Windows binary...
2011-03-11 popohelp message in matlab/train.c is modified according...
2011-03-09 popoThe default print function for matlab interface should...
2011-02-26 popomatlab/README is slightly modified. (Section 'Other...
2011-02-24 cjlinmodify symlinkx for libsvmwrite and libsvmread
2011-02-23 popoIn matlab interface, tron.o and linear.o are in the...
2010-09-05 cjlinadd LR dual for matlab interface
2010-06-14 rofu- Add two interface functions
2010-01-27 rofuAdd a comment "default printing to stdout" for initiali...
2010-01-26 rofuChange global variable liblinear_print_string to static...
2010-01-06 rafancorrect link
2009-12-24 rofuChange
2009-10-04 eaudexSet -B -1 as default (no bias term included)
2009-08-24 eaudexmodify solver_type in train.c predict.c
2009-08-22 yinwenuse w_size, same as linear.cpp
2009-08-21 eaudexL1-regularized L2-loss SVC
2009-08-02 biconnectModify the useage in matlab/train.c
2009-07-01 biconnectAdd option -q to disable the screen output from train
2009-06-29 biconnectModify the usage in matlab/train.c to consistent with...
2009-06-18 biconnect- move everything to trunk/