MATLAB Function Reference
  Go to function:
    Search    Help Desk 
bootstrap     See Also

BOOTSTRAP creates n new datasets ready for Bagging purpose or cross validation

Syntax

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.

See Also

CUT, BTSTRAP2

[ Help Desk ]