is_hyperplane_split {iai} | R Documentation |
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
## Not run: iai::is_hyperplane_split(lnr, 1)
[Package iai version 1.10.1 Index]