missing_goes_lower: Check if points with missing values go to the lower child at...

View source: R/iaitrees.R

missing_goes_lowerR Documentation

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

## Not run: iai::missing_goes_lower(lnr, 1)


iai documentation built on Oct. 19, 2024, 1:07 a.m.