Learn R Programming

iai (version 1.4.0)

multi_tree_plot.default: Construct an interactive tree visualization of multiple tree learners as specified by questions

Description

Julia Equivalent: IAI.MultiTreePlot

Usage

# S3 method for default
multi_tree_plot(obj, ...)

Arguments

obj

The questions to visualize. Refer to the Julia documentation on multi-learner visualizations for more information.

...

Additional arguments (unused)

IAI Compatibility

Requires IAI version 1.1 or higher.

Examples

Run this code
# NOT RUN {
iai::multi_tree_plot(list("Visualizing" = list(
   "first learner" = lnr1,
   "second learner" = lnr2
)))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab