Learn R Programming

iai (version 1.4.0)

write_dot: 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

Run this code
# NOT RUN {
iai::write_dot(file.path(tempdir(), "tree.dot"), lnr)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab