Learn R Programming

iai (version 1.0.0)

missing_goes_lower: missing_goes_lower

Description

Check if points with missing values go to the lower child at a split node of of a tree

Usage

missing_goes_lower(lnr, node_index)

Arguments

lnr

The learner or grid to query.

node_index

The node in the tree to query.

Details

Julia Equivalent: IAI.missing_goes_lower

Examples

Run this code
# NOT RUN {
iai::missing_goes_lower(lnr, 1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab