This function saves information about the Efficiency Analysis Trees model.
EAT_object(data, x, y, rownames, numStop, max.leaves, na.rm, tree)An EAT object.
data.frame or matrix containing the variables in the model.
Column input indexes in data.
Column output indexes in data.
string. Data rownames.
Minimum number of observations in a node for a split to be attempted.
Depth of the tree.
logical. If TRUE, NA rows are omitted. If FALSE, an error occurs in case of NA rows.
list containing the nodes of the Efficiency Analysis Trees pruned model.