prob.max_kappa: Probability Kappa statistic

Description Usage Arguments Value

Description

This function allows to use a custom thresholding method to compute the Kappa statistic.

Usage

1
prob.max_kappa(preds, labels, thresh = 0.5)

Arguments

preds

Type: numeric. The predictions.

labels

Type: numeric. The labels (0, 1).

thresh

Type: numeric. The cutoff (threshold) probability which is deemed positive when higher or equal, or negative when lower. Defaults to 0.5 (anything higher or equal to 0.5 is positive, anything lower is negative).

Value

The Kappa statistic at the provided threshold.


Laurae2/Laurae documentation built on May 8, 2019, 7:59 p.m.