table of contents
other versions
- experimental 0.09+dfsg-2
SVM_MODEL(1) | TinySVM | SVM_MODEL(1) |
NAME¶
svm_model - shows SVM models information
SYNOPSIS¶
svm_model [options] model-file
DESCRIPTION¶
TinySVM - tiny SVM package Copyright © 2000-2002 Taku Kudo, All rights reserved.
options:¶
- -n, --sv-num
- show number of Support Vectors.
- -b, --bsv-num
- show number of bounded Support Vectors.
- -l, --loss
- show L1 loss. (Empirical Risk.)
- -t, --training-size
- show the size of original trainig data
--training-num
- -m, --margin
- show estimated margin.
- -d, --vc-dimension
- show estimated VC dimension.
- -x, --xi-alpha
- show estimated xi-alpha value.
- -X, --xi-alpha-rho=FLOAT set FLOAT for rho of xi-alpha estimator.
- (default 2.0).
- -v, --version
- show the version of TinySVM and exit.
- -h, --help
- show this help and exit.
TinySVM - tiny SVM package Copyright © 2000-2002 Taku Kudo, All rights reserved.
February 2013 | svm_model of 0.09 |