MATLAB Function Reference | Search  Help Desk |
btstrap2 | See Also |
BTSTRAP2 creates n new datasets ready for Bagging purpose or cross validation
Syntax
[LS,LSBAR] = BTSTRAP2(D,N)
Description
[LS,LSBAR] = BTSTRAP2(D,N)
D
is a dataset object, N
is the desired number of bootstraps.LS
is a cell array containing N
new bootstrapped datasets.
LSBAR
is the complementary cell array for each bootstrap.
CUT, BOOTSTRAP