create_folds: Create Folds

Description Usage Arguments Value Author(s) Examples

View source: R/create_folds.R

Description

This function creates 'k' folds with length(df)/k rows

Usage

1
create_folds(data, k = 10)

Arguments

data

Dataframe that will be used

k

Number of sequences created with the rows of the dataset

Value

Returns a list with 'k' folds

Author(s)

Alberto Almui?a

Examples

1

AlbertoAlmuinha/knnClassifier documentation built on Oct. 30, 2019, 4:48 a.m.