View source: R/LS_iter_updateDS.R
LS_iter_updateDS | R Documentation |
Calculate the gradient and function value of least-square loss of a given point
LS_iter_updateDS(w, x, y)
w |
The current estimate of coefficient vector |
x |
The design matrix |
y |
The label vector |
The current estimate of w was sent to target server and applied on x,y.
The gradient and function value of a given point
Han Cao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.