Generate a fixed holdout instance for resampling.
makeFixedHoldoutInstance(train.inds, test.inds, size)
(integer) Indices for training set.
(integer) Indices for test set.
(integer(1)
)
Size of the data set to resample.
The function needs to know the largest possible index of the whole data set.