decohereTransdapter | R Documentation |
Applies the decoherence transformation to the input, destroying all multivariate interactions. It will trash the Boruta result, only apply if you know what are you doing! Works only for categorical decision.
decohereTransdapter(adapter = getImpRfZ)
adapter |
importance adapter to transform. |
transformed importance adapter which can be fed into getImp
argument of the Boruta
function.
set.seed(777) # SRX data only contains multivariate interactions data(srx) # Decoherence transform removes them all, # leaving no confirmed features Boruta(Y~.,data=srx,getImp=decohereTransdapter())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.