imp_var_EAT: Breiman's Variable Importance

Description Usage Arguments Value

View source: R/rankingEAT.R

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

1
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.


MiriamEsteve/EAT documentation built on Jan. 18, 2022, 6:55 p.m.