LR_funcVal_evalDS | R Documentation |
Calculate the function value of logistic loss of a given point
LR_funcVal_evalDS(w, x, y)
w |
The current estimate of coefficient vector |
x |
The design matrix |
y |
The binary label vector (1,-1 vector) |
w was received from the client to apply on the server data pairs x, y and calculate the logistic loss value.
The logistic loss value
Han Cao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.