[R] caret - prevent resampling when no parameters to find

Max Kuhn mxkuhn at gmail.com
Mon May 2 12:51:32 CEST 2011


Yeah, that didn't work. Use

   fitControl<-trainControl(index = list(seq(along = mdrrClass)))

See ?trainControl to understand what this does in detail.

Max



More information about the R-help mailing list