mse_tree {boostingDEA} | R Documentation |
This function calculates the Mean Square Error between the predicted value and the observations in a given node.
mse_tree(data, t, y)
data |
Data to be used. |
t |
A given node. |
y |
Column output indexes in data. |
Mean Square Error at a node.