write_dot: Output a learner in .dot format

View source: R/iaitrees.R

write_dotR 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)


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