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

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

Syntax

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.

See Also

CUT, BOOTSTRAP

[ Help Desk ]