trees_to_gvs: Export all trees from a h2o mojo (.zip) to .gv files

Description Usage Arguments Value

Description

Calls call_PrintMojo to output each tree to .gv file in the supplied directory

Usage

1
trees_to_gvs(h2o_jar, mojo_zip, gv_output_dir, detail = FALSE)

Arguments

h2o_jar

h2o.jar file, including path.

mojo_zip

h2o tree based mojo zip file, including path.

gv_output_dir

directory to output .gv files to.

detail

logical default = FALSE, should printMojo be called with the '–detail' option? This results in internal node predictions being printed to the .gv file, among other things.

Value

Outputs trees from mojo zip to .gv files.


richardangell/h2oTreeHelpR documentation built on July 3, 2019, 7:35 a.m.