imp_var_EAT: Breiman's Variable Importance

View source: R/rankingEAT.R

imp_var_EATR Documentation

Breiman's Variable Importance

Description

This function recalculates all the possible splits, with the exception of the one being used, and for each node and variable gets the best split based on their degree of importance.

Usage

imp_var_EAT(data, tree, x, y, digits)

Arguments

data

Data from EAT object.

tree

Tree from EAT object.

x

Column input indexes in data.

y

Column output indexes in data.

digits

Decimal units.

Value

A dataframe with the best split for each node and its variable importance.


eat documentation built on Jan. 10, 2023, 5:13 p.m.