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

heri-split - splits the dataset into training and testing sets

heri-split [OPTIONS] dataset1 [dataset2...]

heri-split splits the dataset into several training and testing sets as it is required for N-fold cross-validation. Dataset contains one object per line as in svmlight format. By default stratified sampling is used. That is, all folds contain the same number of objects for each label.

Display help information.
Set the number of folds. This is a mandatory option.
Set the output directory. This is a mandatory option.
Use random sampling instead of stratified one.
Set the seed value for pseudorandom generator.

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

heri-eval(1) heri-stat(1)

2019-01-07