ppf_avg_imp | R Documentation |
Global importance measure for a PPforest object as the average IMP PPtree measure over all the trees in the forest
ppf_avg_imp(ppf, class)
ppf |
is a PPforest object |
class |
A character with the name of the class variable. |
Data frame with the global importance measure
#crab data set with all the observations used as training
pprf.crab <- PPforest(data = crab, std =TRUE, class = 'Type',
size.tr = 1, m = 100, size.p = .5, PPmethod = 'LDA')
ppf_avg_imp(pprf.crab, 'Type')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.