📄 svm_learn.1
字号:
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23..TH SVM_LEARN "1" "August 2002" "svm_learn of 0.09" TinySVM.SH NAMEsvm_learn \- manual page for svm_learn of 0.09.SH SYNOPSIS.B svm_learn[\fIoptions\fR] \fItraining-file model-file\fR.SH DESCRIPTIONTinySVM - tiny SVM packageCopyright (C) 2000-2002 Taku Kudo, All rights reserved..SS "Solver Type:".TP\fB\-l\fR, \fB\-\-solver\-type\fR=\fIINT\fRselect type of solver.TYPE: 0 - C-SVM (default).IP1 - C-SVR2 - One-Class-SVM (experimental).SS "Kernel Parameter:".TP\fB\-t\fR, \fB\-\-kernel\-type\fR=\fIINT\fRselect type of kernel function.TYPE: 0 - linear (w * x) (default).TP1 - polynomial(s w * x + r)^d.TP2 - neuraltanh (s w * x + r).TP3 - RBFexp (-s * ||w-x||^2).TP4 - ANOVA(sum_i [exp(-s * ||w_i-x_i||^2)])^d.TP\fB\-d\fR, \fB\-\-kernel\-degree\fR=\fIINT\fRset INT for parameter d in polynomial kernel. (default 1).TP\fB\-r\fR, \fB\-\-kernel\-param\-r\fR=\fIFLOAT\fRset FLOAT for parameter r in polynomial kernel. (default 1).TP\fB\-s\fR, \fB\-\-kernel\-param\-s\fR=\fIFLOAT\fRset FLOAT for parameter s in polynomial kernel. (default 1).SS "Optimization Parameter:".TP\fB\-m\fR, \fB\-\-cache\-size\fR=\fIFLOAT\fRset FLOAT for cache memory size (MB). (default 40.0).TP\fB\-c\fR, \fB\-\-cost\fR=\fIFLOAT\fRset FLOAT for cost C of constraints violation,trade-off between training error and margin. (default 1.0).TP\fB\-e\fR, \fB\-\-termination\-criterion\fR=\fIFLOAT\fRset FLOAT for tolerance of termination criterion.(default 0.001).TP\fB\-H\fR, \fB\-\-shrinking\-size\fR=\fIINT\fRset INT for number of iterations variable needs tobe optimal before considered for shrinking. (default 100).TP\fB\-p\fR, \fB\-\-shrinking\-eps\fR=\fIFLOAT\fRset FLOAT for initial threshold value of shrinking process.(default 2.0).TP\fB\-f\fR, \fB\-\-do\-final\-check\fR=\fIINT\fRdo final optimality check for variables removedby shrinking. (default 1).TP\fB\-i\fR, \fB\-\-insensitive\-loss\fR=\fIFLOAT\fRset FLOAT for epsilon in epsilon-insensitive loss functionused in C-SVR cost evaluation. (default 0.1).SS "Miscellaneous:".TP\fB\-M\fR, \fB\-\-model\fR=\fIFILE\fRset FILE, FILE.idx for initial condition model file..TP\fB\-I\fR, \fB\-\-sv\-index\fRwrite all alpha and gradient to MODEL.idx..TP\fB\-W\fR, \fB\-\-compress\fRcalculate vector w (w * x + b), instead of alpha..TP\fB\-V\fR, \fB\-\-verbose\fRset verbose mode..TP\fB\-v\fR, \fB\-\-version\fRshow the version of TinySVM and exit..TP\fB\-h\fR, \fB\-\-help\fRshow this help and exit..PPTinySVM - tiny SVM packageCopyright (C) 2000-2002 Taku Kudo, All rights reserved.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -