get.a.trees {boostingDEA}R Documentation

Get the inferior corner of the leave support from all trees of EATBoost

Description

Calculates the inferior corner of the support of all leave nodes of every tree created in the EATBoost model

Usage

get.a.trees(EATBoost_model)

Arguments

EATBoost_model

Model from class EATBoost from which the data are obtained

Value

list of matrix. The length of the list is equal to the num.iterations of the EATBoost_model. Each matrix corresponds to a tree, where the number of columns is the number of input variables and the number of rows to the number of leaves


[Package boostingDEA version 0.1.0 Index]