print_path: Print the decision path through the learner for each sample...

View source: R/iaitrees.R

print_pathR Documentation

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

## Not run: 
iai::print_path(lnr, X)
iai::print_path(lnr, X, 1)

## End(Not run)


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