Builds a closure that can be passed directly to group= in
SelectBoost::fastboost() or SelectBoost::autoboost(). The returned
grouping function respects functional block boundaries and can optionally
restrict groups to local neighborhoods along the observation grid.
Arguments
- x
Any input accepted by
as_functional_matrix().- association
Optional square association matrix. When omitted, the correlation matrix supplied by
SelectBoostis reused after applying the FDA-specific masks.- method
Grouping strategy.
"threshold"wrapsSelectBoost::group_func_1()and"community"wrapsSelectBoost::group_func_2().- association_method
Association structure passed to
functional_association().- within_blocks
Should groups be restricted to features coming from the same functional block?
- bandwidth
Optional maximum within-block lag retained in groups.
- interval_groups, width, step, decay
Additional arguments passed to
functional_association()when using region-aware associations.