getSelectedAttributes | R Documentation |
getSelectedAttributes
returns a vector of names of attributes selected during a Boruta run.
getSelectedAttributes(x, withTentative = FALSE)
x |
an object of a class Boruta, from which relevant attributes names should be extracted. |
withTentative |
if set to |
A character vector with names of the relevant attributes.
## Not run:
data(iris)
#Takes some time, so be patient
Boruta(Species~.,data=iris,doTrace=2)->Bor.iris
print(Bor.iris)
print(getSelectedAttributes(Bor.iris))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.