> From: Qin Liu > > Hi, > > Is here anyone knows the difference between rapart and > bagging when grow a > CART tree?
rpart produces one classification or regression tree. Bagging is a general technique for combining classifiers or regression models, usually trees, from bootstrap samples. The bagging() function in the `ipred' package just loop over call to rpart(). Andy > Thanks > > Qin > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > ------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments,...{{dropped}} ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
