Scroll to navigation

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

NAME

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

SYNOPSIS

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

DESCRIPTION

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/libsvm formats.

OPTIONS

-h, --help
Display help information.
-c, --folds count
Sets a number if folds. This is a mandatory option.
-d, --output-dir dir
Sets the output directory. This is a mandatory option.
-s, --seed seed
Sets the seed value for pseudorandom generator.

HOME

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

SEE ALSO

heri-eval(1) heri-stat(1)
2016-02-29