Rdocumentation
powered by
Learn R Programming
benchmark (version 0.3-6)
bs.sampling: Sampling functions
Description
Functions to create a set of learning and test samples using a specific resampling method.
Usage
bs.sampling(B)
sub.sampling(B, psize)
cv.sampling(k)
Arguments
B
Number of learning samples
psize
Size of subsample
k
Number of cross-validation samples
Value
List with corresponding learning and test samples
See Also
benchmark