RFEAT_object | R Documentation |
This function saves information about the Random Forest for Efficiency Analysis Trees model.
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.