SYNOPSIS
svm_model [options] model-fileDESCRIPTION
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.