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