Leave One Out Cross Validation (LOOCV) and JackKnife Cross Validation in R

I am new to Machine Learning and R. Please can anyone enlighten me is I have seen some literature that differentiates Leave One Out Cross Validation (LOOCV) and JackKnife Cross Validation.

Is there a real difference?
How to implement Jackknife Cross Validation training control in R?
I know LOOCV is implemented like this
train_control <- trainControl(method="LOOCV")

How will I write the code if I was using Jackknife or is it the same or the above is totally wrong?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.