make_fold {origami} | R Documentation |
Fold
Description
Functions to make a fold. Current representation is a simple list
.
Usage
make_fold(v, training_set, validation_set)
Arguments
v |
An integer index of folds in the larger scheme. |
training_set |
An integer vector of indexes corresponding to the training set. |
validation_set |
An integer vector of indexes corresponding to the validation set. |
Value
A list containing these elements.
See Also
[Package origami version 1.0.7 Index]