apply_nodes: Return the indices of the points in the features that fall...

View source: R/iaitrees.R

apply_nodesR Documentation

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

## Not run: iai::apply_nodes(lnr, X)


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