kappa_class {stressor} | R 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.
[Package stressor version 0.2.0 Index]