path.singboost {gfboost} | R Documentation |
Coefficient paths for SingBoost
Description
Runs SingBoost but saves the coefficients paths. If no coefficient path plot is needed, just use
singboost
.
Usage
path.singboost(
D,
M = 10,
m_iter = 100,
kap = 0.1,
singfamily = Gaussian(),
best = 1,
LS = FALSE
)
Arguments
D |
Data matrix. Has to be an |
M |
An integer between 2 and |
m_iter |
Number of SingBoost iterations. Default is 100. |
kap |
Learning rate (step size). Must be a real number in |
singfamily |
A Boosting family corresponding to the target loss function. See . |
best |
Needed in the case of localized ranking. The parameter |
LS |
If a |
Value
Selected variables |
Names of the selected variables. |
Coefficients |
The selected coefficients as an |
Freqs |
Selection frequencies and a matrix for intercept and coefficient paths, respectively. |
Intercept path |
The intercept path as an |
Coefficient path |
The coefficient paths as a |