| xwfGAM | R Documentation |
Evaluate the generalized additive model for a set of computed extrema-weighted features
xwfGAM(wL, wR, y, z = NULL)
wL |
Matrix with left extrema-weighted features |
wR |
Matrix with right extrema-weighted features |
y |
Binary vector with outcomes |
z |
Optional matrix z with extra, linear predictors |
xwf:::xwfGAM(wL = rep(1:45, 10), wR = rep(1:90, 5), y = c(rep(0:1, 225)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.