Learn R Programming

iai (version 1.0.0)

apply_nodes: apply_nodes

Description

Return the indices of the points in the features that fall into each node of a trained tree model

Usage

apply_nodes(lnr, X)

Arguments

lnr

The learner or grid to query.

X

The features of the data.

Details

Julia Equivalent: IAI.apply_nodes

Examples

Run this code
# NOT RUN {
iai::apply_nodes(lnr, X)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab