Normalize controls for greedy concentration-index trees
Source:R/ci_tree_control.R
dot-ci_tree_normalize_control.RdMerges user-supplied controls with ci_tree_control() defaults and validates
the scalar tuning values used by the greedy CI split search and recursive
tree builder.
This helper accepts the overlapping control names used by
partykit::ctree_control(), which keeps older examples and user code easy to
migrate while still dropping test-based conditional-inference controls such
as mincriterion.
Arguments
- control
NULL, a list fromci_tree_control(), or a compatiblepartykit::ctree_control()object.