Learn R Programming

iai (version 1.10.2)

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

Description

Julia Equivalent: IAI.apply_nodes

Usage

apply_nodes(lnr, X)

Arguments

lnr

The learner or grid to query.

X

The features of the data.

Examples

Run this code
if (FALSE) iai::apply_nodes(lnr, X)

Run the code above in your browser using DataLab