An integer. The initial number of consecutive values in each training set sample. Default value: 30.
horizon
An integer. The number of consecutive values in test set sample. Default value: 15.
fixedWindow
A logical: if FALSE, the training set always start at the first sample and the training set size will vary over data splits. Default value: TRUE.
givenSummary
A logical. Indicates if it should be used the customized summaryFunction(?trainControl for more info) modl.sumFunction or not. Default is FALSE; this will use default caret metrics.