kFolding: Indexes for K-folds

Description Usage Arguments Value See Also

View source: R/machine-learning.R

Description

Calculates the indices of the k-fold bootstrapping for other functions

Usage

1
kFolding(k, size, n, ...)

Arguments

k

Number of k-folds (two divides the dataset in 2)

size

The number of samples required

n

Number of k-folds to do

...

Other arguments passed to sample the

Value

An list of length n with two elements the training and the testing elements with the index of the samples

See Also

looIndex()


llrs/integration-helper documentation built on Sept. 24, 2021, 10:57 a.m.