window_size {dials} | R Documentation |
Parameter for the moving window size
Description
Used in recipes::step_window()
and recipes::step_impute_roll()
.
Usage
window_size(range = c(3L, 11L), trans = NULL)
Arguments
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
Examples
window_size()
[Package dials version 1.3.0 Index]