SVMlight by Thorsten Joachims
http://www-ai.cs.uni-dortmund.de/SOFTWARE/SVM_LIGHT/svm_light.eng.html
incorporating
The PR_LOQO optimizer by Alex Smola
http://spigot.anu.edu.au/~smola/
Ported to Windows by Martin Sewell
http://www.martinsewell.com
(" usage: svm_learn [options] example_file model_file\n\n");
("Arguments:\n");
(" example_file-> file with training data\n");
(" model_file -> file to store learned decision rule in\n");
("General options:\n");
(" -? -> this help\n");
(" -v [0..3] -> verbosity level (default 1)\n");
("Learning options:\n");
(" -c float -> C: trade-off between training error\n");
(" and margin (default 1000)\n");
(" -j float -> Cost: cost-factor, by which training errors on\n");
(" positive examples outweight errors on negative\n");
(" examples (default 1)\n");
(" -b [0,1] -> use biased hyperplane (i.e. x*w+b>0) instead\n");
(" of unbiased hyperplane (i.e. x*w>0) (default 1)\n");
(" -i [0,1] -> remove inconsistent training examples\n");
(" and retrain (default 0)\n");
("Transduction options:\n");
(" -p [0..1] -> fraction of unlabeled examples to be classified\n");
(" into the positive class (default is the ratio of\n");
(" positive and negative examples in the training data)\n");
("Kernel options:\n");
(" -t int -> type of kernel function:\n");
(" 0: linear (default)\n");
(" 1: polynomial (s a*b+c)^d\n");
(" 2: radial basis function exp(-gamma ||a-b||^2)\n");
(" 3: sigmoid tanh(s a*b + c)\n");
(" 4: user defined kernel from kernel.h\n");
(" -d int -> parameter d in polynomial kernel\n");
(" -g float -> parameter gamma in rbf kernel\n");
(" -s float -> parameter s in sigmoid/poly kernel\n");
(" -r float -> parameter c in sigmoid/poly kernel\n");
(" -u string -> parameter of user defined kernel\n");
("Optimization options:\n");
(" -q [2..%d] -> maximum size of QP-subproblems (default 10)\n",nx);
(" -m [5..] -> size of cache for kernel evaluations in MB (default 40)\n");
(" The larger the faster...\n");
(" -e float -> eps: Allow that error for termination criterion\n");
(" [y [w*x+b] - 1] >= eps (default 0.001)\n");
(" -h [5..] -> number of iterations a variable needs to be\n");
(" optimal before considered for shrinking (default 100)\n");
(" -f [0,1] -> do final optimality check for variables removed\n");
(" by shrinking. Although this test is usually \n");
(" positive, there is no guarantee that the optimum\n");
(" was found if the test is omitted. (default 1)\n");
("Output options:\n");
(" -l char -> file to write predicted labels of unlabeled\n");
(" examples into after transductive learning\n");
(" -a char -> write all alphas to this file after learning\n");
(" (in the same order as in the training set)\n\n");
没有合适的资源?快使用搜索试试~ 我知道了~
svm-light的源代码
共44个文件
h:11个
c:6个
exe:4个
4星 · 超过85%的资源 需积分: 10 48 下载量 23 浏览量
2010-09-03
01:45:34
上传
评论
收藏 819KB RAR 举报
温馨提示
svm-light是关于svm的一个源码,方便大家熟悉svm,以及它的使用。
资源推荐
资源详情
资源评论
收起资源包目录
svmlight.rar (44个子文件)
svmlight
svmlight
pr_loqo.c 17KB
svm_classify.dsp 5KB
svm.ncb 265KB
svm_hideo.c 22KB
svm_classify.c 8KB
svm_learn_loqo.dsp 5KB
svm_learn.c 73KB
Svmlight.txt 3KB
svm_loqo.c 6KB
stubs.h 2KB
svm_common.c 8KB
kernel.h 1KB
svm.opt 68KB
features.h 10KB
Debug
vc60.pdb 52KB
pr_loqo.obj 23KB
svm_learn.obj 98KB
svm_learn_loqo.pdb 481KB
vc60.idb 41KB
svm_common.obj 19KB
svm_loqo.obj 11KB
svm_learn_loqo.exe 292KB
svm_learn_loqo.pch 228KB
svm_learn_loqo.ilk 285KB
cdefs.h 6KB
svm_learn_hideo.dsp 5KB
svm.dsw 955B
pr_loqo.h 2KB
svm_model 51KB
endian.h 4KB
svm_common.h 6KB
alph.data 6KB
ansi.h 4KB
test.tst 2.13MB
ieee754.h 3KB
times.h 3KB
LICENSE.txt 2KB
train.trn 113KB
isnan.h 2KB
svm_learn_loqo.exe 264KB
svm_learn_hideo.exe 260KB
svm_classify.exe 216KB
svm_learn_loqo.plg 262B
www.pudn.com.txt 218B
共 44 条
- 1
zhoucan0311
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
前往页