EAT_object | R Documentation |
This function saves information about the Efficiency Analysis Trees model.
EAT_object( data, x, y, rownames, numStop, fold, max.depth, max.leaves, na.rm, tree )
data |
|
x |
Column input indexes in |
y |
Column output indexes in |
rownames |
|
numStop |
Minimum number of observations in a node for a split to be attempted. |
fold |
Set of number of folds in which the dataset to apply cross-validation during the pruning is divided. |
max.depth |
Maximum number of leaf nodes. |
max.leaves |
Depth of the tree. |
na.rm |
|
tree |
|
An EAT
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.