powered by
getSelectedAttributes returns a vector of names of attributes selected during a Boruta run.
getSelectedAttributes
getSelectedAttributes(x, withTentative = FALSE)
A character vector with names of the relevant attributes.
an object of a class Boruta, from which relevant attributes names should be extracted.
if set to TRUE, Tentative attributes will be also returned.
TRUE
if (FALSE) { data(iris) #Takes some time, so be patient Boruta(Species~.,data=iris,doTrace=2)->Bor.iris print(Bor.iris) print(getSelectedAttributes(Bor.iris)) }
Run the code above in your browser using DataLab