View source: R/LR_iter_updateDS.R
LR_iter_updateDS | R Documentation |
Calculate the gradient and function value of logistic loss of a given point
LR_iter_updateDS(w, x, y)
w |
The current estimate of coefficient vector |
x |
The design matrix |
y |
The label vector (1,-1 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.