LS_funcVal_evalDS | R Documentation |
Calculate the function value of least-square loss of a given point
LS_funcVal_evalDS(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 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.