parse_amua_tree: Parsing text file of the decision tree model exported from...

Description Usage Arguments Value

View source: R/tree_wrapper.R

Description

This function is to parse the decision tree model exported from AMUA. The function returns a list of three elements: 'param_names', 'param_val', and 'treefunc'.

Usage

1
parse_amua_tree(path_to_txt)

Arguments

path_to_txt

A string of the path to the decision tree model exported from AMUA.

Value

The function returns a list of three elements: 'param_names', 'param_val', and 'treefunc'.

param_ls

A list of parameters with parameter names.

treefunc

Text of the decision tree exported from AMUA.


syzoekao/CEAutil documentation built on Oct. 31, 2021, 12:29 a.m.