write_dot {iai} | R Documentation |
Output a learner in .dot format
Description
Julia Equivalent:
IAI.write_dot
Usage
write_dot(filename, lnr, ...)
Arguments
filename |
Where to save the output. |
lnr |
The learner to output. |
... |
Refer to the Julia documentation for available parameters. |
Examples
## Not run: iai::write_dot(file.path(tempdir(), "tree.dot"), lnr)
[Package iai version 1.10.1 Index]