Learn R Programming

iai (version 1.0.0)

apply: apply

Description

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

Usage

apply(lnr, X)

Arguments

lnr

The learner or grid to query.

X

The features of the data.

Details

Julia Equivalent: IAI.apply

Examples

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

Run the code above in your browser using DataLab