View source: R/ForwardAlgorithm.R
AddBF | R Documentation |
This function adds the best pair of basis functions to the model
AddBF(data, x, y, ForwardModel, knots_list, Kp, minspan, Le, linpreds, err_min)
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. |
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
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.