Rdocumentation
powered by
Learn R Programming
Boruta (version 5.2.0)
getImpFerns: Random Ferns importance
Description
This function is intended to be given to a
getImp
argument of
Boruta
function to be called by the Boruta algorithm as an importance source.
Usage
getImpFerns(x, y, ...)
Arguments
x
data frame of predictors including shadows.
y
response vector.
...
parameters passed to the underlying
rFerns
call; they are relayed from
...
of
Boruta
.