Find the best CI split for one variable
Source:R/best_numeric_split.R
best_split_for_one_variable.RdFind the best CI split for one variable
Arguments
- x
A predictor vector.
- y
A two-column numeric response matrix.
- wt
Case weights.
- varid
Integer variable id used by
partykit::partysplit().- ctrl
A control list created by
ci_tree_control()or compatible.- ci_fun
Concentration-index scoring function.