get.intersection.a {boostingDEA}R Documentation

Get intersection between two leaves supports

Description

Calculates the intersection between two leave nodes from different trees of a EATBoost model.

Usage

get.intersection.a(comb_a_actual, comb_b_actual)

Arguments

comb_a_actual

Inferior corner of first leave support

comb_b_actual

Superior corner of first leave support

Value

vector with the intersection. NULL if intersection is not valid.


[Package boostingDEA version 0.1.0 Index]