get_run_id {RAFS} | R Documentation |
Generate CV run identifiers
Description
A utility function used in RAFS to generate cross validation run identifiers, thus useful also for external cross-validation.
Usage
get_run_id(seed, k, i)
Arguments
seed |
a numerical seed |
k |
number of folds for cross validation |
i |
current fold number (1 to |
Value
A string with the run identifier.
[Package RAFS version 0.2.4 Index]