MARSAdaptedSmooth {boostingDEA} | R Documentation |
This function smoothes the Forward MARS predictor.
MARSAdaptedSmooth(data, nX, knots, y)
data |
|
nX |
number of inputs in |
knots |
|
y |
output indexes in |
List containing the set of knots from backward (knots
),
the new cubic knots (cubic_knots
) and the set of coefficients
(alpha
).