Description Usage Arguments Value
This function saves information about the Random Forest for Efficiency Analysis Trees model.
1 2 3 4 5 6 7 8 9 10 11 12 13 | RFEAT_object(
data,
x,
y,
rownames,
numStop,
m,
s_mtry,
na.rm,
forest,
error,
OOB
)
|
data |
|
x |
Column input indexes in |
y |
Column output indexes in |
rownames |
|
numStop |
Minimun number of observations in a node for a split to be attempted. |
m |
Number of trees to be built. |
s_mtry |
Select number of inputs in each split.
|
na.rm |
|
forest |
|
error |
Error in Random Forest for Efficiency Analysis Trees. |
OOB |
|
A RFEAT
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.