Content-type: text/html Manpage of SVM_LEARN

SVM_LEARN

Section: TinySVM (1)
Updated: June 2001
Index Return to Main Contents
 

NAME

svm_learn - manual page for svm_learn of 0.03  

SYNOPSIS

svm_learn [options] training-file model-file  

DESCRIPTION

TinySVM - tiny SVM package Copyright (C) 2000-2001 Taku Kudoh All rights reserved.  

Solver Type:

-l, --solver-type=INT
select type of solver. TYPE: 0 - C-SVM (default)
1 - C-SVR
 

Kernel Parameter:

-t, --kernel-type=INT
select type of kernel function. TYPE: 0 - linear (w * x) (default)
1 - polynomial (s w*x + r)^d
-d, --kernel-degree=INT
set INT for parameter d in polynomial kernel. (default 1)
-r, --kernel-param-r=FLOAT
set FLOAT for parameter r in polynomial kernel. (default 1)
-s, --kernel-param-s=FLOAT
set FLOAT for parameter s in polynomial kernel. (default 1)
 

Optimization Parameter:

-m, --cache-size=FLOAT
set FLOAT for cache memory size (MB). (default 40.0)
-c, --cost=FLOAT
set FLOAT for cost C of constraints violation, trade-off between training error and margin. (default 1.0)
-e, --termination-criterion=FLOAT
set FLOAT for tolerance of termination criterion. (default 0.001)
-H, --shrinking-size=INT
set INT for number of iterations variable needs to be optimal before considered for shrinking. (default 100)
-p, --shrinking-eps=FLOAT
set FLOAT for initial threshold value of shrinking process. (default 2.0)
-f, --do-final-check=INT
do final optimality check for variables removed by shrinking. (default 1)
-i, --insensitive-loss=FLOAT
set FLOAT for epsilon in epsilon-insensitive loss function used in C-SVR cost evaluation. (default 0.1)
 

Miscellaneous:

-o, --sv-index-file=FILE
write SV indices to FILE.
-V, --verbose
set verbose mode.
-v, --version
show the version of TinySVM and exit.
-h, --help
show this help and exit.

TinySVM - tiny SVM package Copyright (C) 2000-2001 Taku Kudoh All rights reserved.


 

Index

NAME
SYNOPSIS
DESCRIPTION
Solver Type:
Kernel Parameter:
Optimization Parameter:
Miscellaneous:

This document was created by man2html, using the manual pages.
Time: 09:22:38 GMT, June 29, 2001