How is Bagging different from Cross Validation ? In both we take samples from the training the data without replacement, train the classifier on it, then test for the out-of-bag error in case of Bagging, and the validation error in case of CV. What essentially separates them in use and also in principle ?
[link][3 comments]