kappa_class: Kappa function

View source: R/score_classification.R

kappa_classR Documentation

Kappa function

Description

A function to calculate the Kappa of binary classification.

Usage

kappa_class(confusion_matrix)

Arguments

confusion_matrix

A matrix or table that is the confusion matrix.

Value

A numeric value representing the kappa value.


stressor documentation built on May 29, 2024, 3:09 a.m.