foldsComposition {DiceEval}R Documentation

Setting up the Cross Validation

Description

Randomly partitioning the data into folders

Usage

foldsComposition(n, K)

Arguments

n

number of observations

K

number of classes

Value

a vector v of length n with v[i] = the class of observation i.

Author(s)

D. Dupuy

See Also

crossValidation


[Package DiceEval version 1.6.1 Index]