calcMCRDS | R Documentation |
Calculate missing classification rate (MCR)
calcMCRDS(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 probability 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 MCR of x, y of the target server using the model ws. If average==TRUE, the averaged predicted probability was returned.
The MCR of each coefficient vectors (or averaged MCR)
Han Cao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.