📄 readme.bsvm
字号:
***************************************************************** COPYRIGHT NOTIFICATIONBSVM can be freely used for research purpose.Use for commercial purposes is expressly prohibitedwithout contacting the authors.BSVM is provided "as is" without express or implied warranty.Chih-Wei Hsu and Chih-Jen LinDepartment of Computer Science andInformation EngineeringNational Taiwan University Taipei 106, Taiwane-mail: cjlin@csie.ntu.edu.tw***************************************************************** INSTRUCTIONS<installation of BSVM, ommited>3. Use -h to know options of bsvm bsvm -h 4. Run the sample problems by executing bsvm. A model file is generated bsvm -t 2 -v 1 -c 1000 heart_scale heart_model5. Test the classifier classify heart_scale heart_model classfied_result test data: heart_scale support vectors: heart_model classified_result: results after classification ***************************************************************** FILE FORMATS and PARAMETERSThe format of training and testing data file is:<label> <index1>:<value1> <index2>:<value2> ......<label> is +1 or -1, <index> is an integer starting from 1, <value> isa real number. The labels in the testing data file are only used tocalculate accuracy. If they are unknown, just fill this column with+1.Type bsvm to know the usage of bsvm:Usage: bsvm [options] training_set_file [model_file]options:-h : this help-m cachesize : set cache memory size in MB (default 160)-q qpsize : set subproblem size (default 10)-c cost : set cost C of constraints violation (default 1)-e epsilon : set tolerance of termination criterion (default 0.001)-v verbosity level T : output optimization messages every T iterations, 0 means no messages during optimization (default 1)-t kernel_type : set type of kernel function (default 2) 0 -- linear 1 -- polynomial: (gamma*u'*v + coef0)^degree 2 -- radial basis function: exp(-gamma*|u-v|^2) 3 -- sigmoid: tanh(gamma*u'*v + coef0)-g gamma : set gamma in kernel function (default 1/k)-d degree : set degree in kernel function (default 3)-r coef0 : set coef0 in kernel function (default 0)***************************************************************** ADDITIONAL INFORMATIONChih-Wei Hsu and Chih-Jen LinA simple decomposition method for support vector machineshttp://www.csie.ntu.edu.tw/~cjlin/papers/decomp.ps.gzAcknowledgments:The authors thank Chih-Chung Changfor many helpful discussions and comments.Part of the software implementationalso benefited from his help.BSVM uses a modified implementation of the optimization solver TRON.Many aspects specific to SVM are considered. TRON was originally written by Chih-Jen Lin and Jorge More'and is available from http://www.mcs.anl.gov/~more/tron
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -