Interval Groups for Discretized Functional Predictors
Source:R/prep.R
functional_interval_groups.RdCreates non-overlapping interval groups within each functional block. This is useful when one wants region-level stability summaries instead of pointwise selection frequencies.
Arguments
- x
Any input accepted by
as_functional_matrix().- width
Positive integer interval width within each block.
- step
Step size between interval starts. Only non-overlapping intervals are supported by default.
- overlap
Logical; should intervals be allowed to overlap? When
TRUE, the result is returned as an overlapping group structure.