estimEAT {boostingDEA}R Documentation

Estimation of child nodes

Description

This function gets the estimation of the response variable and updates Pareto-coordinates and the observation index for both new nodes.

Usage

estimEAT(data, leaves, t, xi, s, y)

Arguments

data

Data to be used.

leaves

List structure with leaf nodes or pending expansion nodes.

t

Node which is being split.

xi

Variable index that produces the split.

s

Value of xi variable that produces the split.

y

Column output indexes in data.

Value

Left and right children nodes.


[Package boostingDEA version 0.1.0 Index]