I am using the library caret in R to test various modelling procedures.
The trainControl object allows one to specify a re-sampling method. The methods are described in the documentation section 2.3 and include: boot, boot632, cv, LOOCV, LGOCV, repeatedcv and oob. Although some of these are easy to infer, not all of these methods are clearly defined.
What are the procedures corresponding to these resampling methods?