make_fold: Fold

View source: R/fold.R

make_foldR 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

fold_helpers


origami documentation built on Oct. 20, 2022, 1:07 a.m.