calc_step: Get optimal step sizes for boosting updates

View source: R/fineboost_updates.R

calc_stepR Documentation

Get optimal step sizes for boosting updates

Description

Get optimal step sizes for boosting updates

Usage

calc_step(xx, yy, curr_step)

Arguments

xx

A vector of length N (arbitrary).

yy

A second vector of length N.

curr_step

The stepsize at the start of the update.

Value

The optimal step size for the next update of the coefficients.


kkdey/fineboostR documentation built on Jan. 1, 2023, 4:48 p.m.