Learn R Programming

iai (version 1.10.2)

print_path: Print the decision path through the learner for each sample in the features

Description

Julia Equivalent: IAI.print_path

Usage

print_path(lnr, X, ...)

Arguments

lnr

The learner or grid to query.

X

The features of the data.

...

Refer to the Julia documentation for available parameters.

Examples

Run this code
if (FALSE) {
iai::print_path(lnr, X)
iai::print_path(lnr, X, 1)
}

Run the code above in your browser using DataLab