trControlCheck: Check that the trainControl object supplied by the user is valid and has defined re-sampling indexes.
Description
This function checks the user-supplied trainControl object and makes sure it has all the required fields. If the resampling indexes are missing, it adds them to the model. If savePredictions=FALSE, this function sets it to TRUE.
Usage
trControlCheck(x, y)
Arguments
x
a trainControl object.
y
the target for the model. Used to determine resampling indexes.