Learn R Programming

iai (version 1.10.2)

is_hyperplane_split: Check if a node of a tree applies a hyperplane split

Description

Julia Equivalent: IAI.is_hyperplane_split

Usage

is_hyperplane_split(lnr, node_index)

Arguments

lnr

The learner to query.

node_index

The node in the tree to query.

Examples

Run this code
if (FALSE) iai::is_hyperplane_split(lnr, 1)

Run the code above in your browser using DataLab