evaluation.kappa: Kappa evaluation of classification predictions
Description
Evaluation predictions of a classification model according to Cohen's kappa: the proportion
of correct predictions, corrected for the proportion two independent labellings would get
right by chance. Class labels being nominal, the kappa is the unweighted one -- every
mistake counts the same.
Usage
evaluation.kappa(predictions, gt, ...)
Value
The evaluation of the predictions (numeric value).
Arguments
predictions
The predictions of a classification model (factor or vector).