DOKK / manpages / debian 10 / herisvm / heri-eval.1.en
heri-eval(1) heri-eval(1)

heri-eval - evaluate classification algorithm

heri-eval [OPTIONS] dataset [-- SVM_TRAIN_OPTIONS]

heri-eval runs training algorithm on dataset and then evaluate it using testing set, specified by option -e. Alternatively, cross-validation is run, if option -n was applied. If cross-validation is used, training and testing on different folds are run in parallel, thus utilizing available CPUs.

Display help information.
Enable output of per-fold statistics. See -Mf.
Enable T*N-fold cross-validation mode and set the number of folds to N.
Enable T*N-fold cross-validation mode and set the number of runs to T which 1 by default.
Enable hold-out mode and set the testing dataset.
Save results from testing sets to the specified file.

Format: golden_class result_class [score]

Save incorrectly classified objects to the specified file.

Format: #object_number: golden_class result_class [score])

Save confusion matrix to the specified file.

Format: frequency : golden_class result_class

Pass the specified opts to heri-stat(1).
Pass the specified opts to heri-split(1).
Sets the output mode where chars are: t -- output total statistics, f -- output per-fold statistics, c -- output cross-fold statistics. The default is "-M tc".
Pass the specified seed to heri-split(1).
Keep temporary directory after exiting.
Turn on the debugging mode, implies -K.

Training utility, e.g., liblinear-train (the default is svm-train).
Predicting utility, e.g., liblinear-predict (the default is svm-predict).
Utility for calculating statistics (the default is heri-stat(1)).
Utility for calculating additional statistics (the default is heri-stat-addons(1)).
Utility for splitting the dataset (the default is heri-split(1)).
Temporary directory (the default is /tmp).

<http://github.com/cheusov/herisvm>

heri-split(1) heri-stat(1)

2019-01-07