dsConfusion: Calculate the confusion matrix the DataSHIELD servers

View source: R/confusion.R

dsConfusionR Documentation

Calculate the confusion matrix the DataSHIELD servers

Description

Calculate the confusion matrix the DataSHIELD servers

Usage

dsConfusion(connections, truth_name, pred_name, threshold = 0.5)

Arguments

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).

Value

Confusion matrix for multiple server

Author(s)

Daniel S.


difuture-lmu/dsBinVal documentation built on Oct. 9, 2024, 8:43 a.m.