RunFeatureImportance: Compute Feature Importance of a single RerF tree

Description Usage Arguments Value

View source: R/RunFeatureImportance.R

Description

Computes feature importance of every unique feature used to make a split in a single tree.

Usage

1
RunFeatureImportance(tree, unique.projections)

Arguments

tree

a single tree from a trained RerF model with argument store.impurity = TRUE.

unique.projections

a list of all of the unique split projections used in the RerF model.

Value

feature.imp


rerf documentation built on May 2, 2019, 8:16 a.m.