View source: R/permute_importance.R
permute_importance | R Documentation |
Obtain the permuted importance variable measure
permute_importance(ppf)
ppf |
is a PPforest object |
A data frame with permuted importance measures, imp is the permuted importance measure defined in Brieman paper, imp2 is the permuted importance measure defined in randomForest package, the standard deviation (sd.im and sd.imp2) for each measure is computed and the also the standardized mesure.
pprf.crab <- PPforest(data = crab, class = 'Type',
std = TRUE, size.tr = 1, m = 100, size.p = .4, PPmethod = 'LDA', parallel = TRUE, core = 2)
permute_importance(ppf = pprf.crab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.