MARSAdaptedSmooth {boostingDEA} | R Documentation |
Smoothing (Forward) Multivariate Adaptive Frontier Splines
Description
This function smoothes the Forward MARS predictor.
Usage
MARSAdaptedSmooth(data, nX, knots, y)
Arguments
data |
|
nX |
number of inputs in |
knots |
|
y |
output indexes in |
Value
List containing the set of knots from backward (knots
),
the new cubic knots (cubic_knots
) and the set of coefficients
(alpha
).
[Package boostingDEA version 0.1.0 Index]