You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i am trying Bagging Regressing, but not getting success. If possible,
kindly give me some directions and the implementing code for it. It would be a
great help.
thanks in anticipation.
Original issue reported on code.google.com by [email protected] on 6 May 2015 at 4:45
The text was updated successfully, but these errors were encountered:
take a look at this file
https://code.google.com/p/randomforest-matlab/source/browse/trunk/RF_Reg_C/tutor
ial_RegRF.m#51
model = regRF_train(X_trn,Y_trn, 100,D);
if you set D = size(X_trn,2), i.e. the number of features in X_trn you'll get
bagging regression
Original comment by abhirana on 6 May 2015 at 5:41
Original issue reported on code.google.com by
[email protected]
on 6 May 2015 at 4:45The text was updated successfully, but these errors were encountered: