1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
.TH svm-easy 1 "DEC 2009" Linux "User Manuals"
.SH NAME
svm-easy \- an automatic script for LIBSVM
.SH SYNOPSIS
.B svm-easy
.I training_file
.B [
.I testing_file
.B ]
.SH DESCRIPTION
.B svm-easy
is an automatic script for LIBSVM. It will execute
.BR svm-scale (1)
and
.BR svm-train (1)
with default parameters. If the
.I testing_file
is specified,
.BR svm-predict (1)
will also be used.
.SH FILES
See
.BR svm-train (1)
for the format of
.I traning_file
and
.I testing_file
.SH EXAMPLES
.IP
svm-easy train.2
.IP
svm-easy train.3 test.3
.SH BUGS
Please report bugs to the Debian BTS.
.SH AUTHOR
Chih-Chung Chang, Chih-Jen Lin <cjlin@csie.ntu.edu.tw>, Chen-Tse Tsai <ctse.tsai@gmail.com> (packaging)
.SH "SEE ALSO"
.BR svm-train (1),
.BR svm-predict (1),
.BR svm-scale (1)
|