Learn R Programming

iai (version 1.4.0)

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

Description

Julia Equivalent: IAI.missing_goes_lower

Usage

missing_goes_lower(lnr, node_index)

Arguments

lnr

The learner to query.

node_index

The node in the tree to query.

Examples

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

Run the code above in your browser using DataLab