Table 1.
Iterations | Bias | Principle | |
---|---|---|---|
Resubstitution | 1 | ↓ | l = t = {1, …, n} |
Test | 1 | ↑ | {l, t} from a partition of {1, …, n} |
LOOCV | n | – | t(j) = {j }, l(j) = {1, …, n}\{j },for j = 1, …, n |
m-fold-CV | m | ↑ |
t(1), …, t(m) from a partition of {1, …, n}
l(j) = {1, …, n}\ t(j), for j =1, …, m} |
MCCV | B (u.d.) | ↑ | {l(b), t(b)} from a partition of {1, …, n}, for b = 1, …, B |
Bootstrap | B (u.d.) | ↑ |
l*(b) is a bootstrap sample drawn out of {1, …, n}
t*(b)= {1, …, n}\l*(b), for b = 1, …, B |
0.632,0.632+ | B (u.d.) | – | Weighted sum of resubstitution and bootstrap error rates. |
Bootstrap-CV | nB (u.d) | – | LOOCV within B bootstrap samples. |