multi_tree_plot.default {iai} | R Documentation |
Construct an interactive tree visualization of multiple tree learners as specified by questions
Description
Refer to the documentation on advanced tree visualization for more information.
Usage
## Default S3 method:
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) |
Details
Julia Equivalent:
IAI.MultiTreePlot
IAI Compatibility
Requires IAI version 1.1 or higher.
Examples
## Not run:
iai::multi_tree_plot(list("Visualizing" = list(
"first learner" = lnr1,
"second learner" = lnr2
)))
## End(Not run)
[Package iai version 1.10.1 Index]