View source: R/fineboost_updates.R
calc_step | R Documentation |
Get optimal step sizes for boosting updates
calc_step(xx, yy, curr_step)
xx |
A vector of length N (arbitrary). |
yy |
A second vector of length N. |
curr_step |
The stepsize at the start of the update. |
The optimal step size for the next update of the coefficients.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.