]> granicus.if.org Git - liblinear/history - matlab/train.c
Add one-class (-s 21) help message to matlab/train.c
[liblinear] / matlab / train.c
2020-07-28 Hung-Yi ChouAdd one-class (-s 21) help message to matlab/train.c
2020-07-27 Hung-Yi Choumodifications are made for one-class svm:
2020-07-22 Wei-Lin ChiangAdd -R option to matlab and python interface
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-27 johncreedAdd log message to matlab/train.c in function do_find_p...
2019-03-18 johncreedL2R_L2LOSS_SVR warm start parameter search supported
2017-03-13 Kevinremove trailing spaces and tabs
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-05-06 b02902056Using include "linear.h" instead of include "../linear.h"
2014-10-19 b99902019To support nnz > 2^32, change the data type of the...
2014-06-20 Chih-Jen LinMerge branch 'master' of svm.csie.ntu.edu.tw:liblr
2014-06-06 Tzu-Ming Kuomodify matlab/train.c to check if the label vector...
2013-03-11 Chun-Heng HuangMatlab interface parameter checking
2012-07-20 leepeiAdded -q option for predict and modified the solver...
2012-04-17 popoAdd -s 11, 12, 13 to python and matlab interfaces.
2011-08-27 cohaModify make.m so that it is workable
2011-04-10 popoRemove mxIsSparse(prhs[1]) in do_predict(...) in matlab...
2011-03-11 popohelp message in matlab/train.c is modified according...
2011-03-09 popoThe default print function for matlab interface should...
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...
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-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/