EAT_object {boostingDEA} | 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, 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. |
max.leaves |
Depth of the tree. |
na.rm |
|
tree |
|
Value
An EAT
object.
[Package boostingDEA version 0.1.0 Index]