EAT_object {eat} | R Documentation |
Create a EAT object
Description
This function saves information about the Efficiency Analysis Trees model.
Usage
EAT_object(
data,
x,
y,
rownames,
numStop,
fold,
max.depth,
max.leaves,
na.rm,
tree
)
Arguments
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 |
|
Value
An EAT
object.
[Package eat version 0.1.4 Index]