dsConfusion | R Documentation |
Calculate the confusion matrix the DataSHIELD servers
dsConfusion(connections, truth_name, pred_name, threshold = 0.5)
connections |
('DSI::connection') Connection to an OPAL server. |
truth_name |
('character(1L)') 'R' object containing the models name as character. |
pred_name |
('character(1L)') Name of the object predictions should be assigned to. |
threshold |
('numeric(1L)') Threshold used to transform probabilities into classes (default = 0.5). |
Confusion matrix for multiple server
Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.