AddBF {boostingDEA} | R Documentation |
Add a new pair of Basis Functions
Description
This function adds the best pair of basis functions to the model
Usage
AddBF(data, x, y, ForwardModel, knots_list, Kp, minspan, Le, linpreds, err_min)
Arguments
data |
data |
x |
Column input indexes in |
y |
Column output indexes in |
ForwardModel |
|
knots_list |
|
Kp |
Maximum degree of interaction allowed. |
minspan |
|
Le |
|
linpreds |
|
err_min |
Minimum error in the split. |
Value
A list
containing the matrix of basis functions (B
), a
list
of basis functions (BF
), a list
of selected knots
(knots_list
) and the minimum error (err_min
).