calcMSEDS | R Documentation |
Calculate mean-squared errors (MSE)
calcMSEDS(ws, x, y, average)
ws |
The list of coefficient vectors for all servers |
x |
The design matrix on a target server |
y |
The response vector on a target server |
average |
The indicator to average or not the prediction scores over all coefficient vectors |
For MTL methods, ws contained the coefficient vectors of all servers. x, y referred to the data pairs on the target server. The function calculated the MSE of x, y of the target server using the model ws. If average==TRUE, the averaged predicted probability was returned.
The MSE of each coefficient vector (or averaged MSE)
Han Cao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.