apply: Return the leaf index in a tree model into which each point...

View source: R/iaitrees.R

applyR Documentation

Return the leaf index in a tree model into which each point in the features falls

Description

Julia Equivalent: IAI.apply

Usage

apply(lnr, X)

Arguments

lnr

The learner or grid to query.

X

The features of the data.

Examples

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


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

Related to apply in iai...