View source: R/fineboost_updates.R
update_non_kernel_weights | R Documentation |
One instance of the no kernel smoothed general FS-boost weights update
update_non_kernel_weights(X, y)
X |
The design matrix X (N times P) with samples/individuals along the rows and putatively correlated ordered features (SNPs) along the columns. |
y |
The response vector of length N |
An object with the following items
weights |
A new vector of weights of length P based on kernel smoothing around the top feature. |
objective |
The current value of the objective to be minimized. |
corvals |
The current values of correlations of the P features with the current residual. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.