4 class class化有哪些统计措施?

Which statistical measures for 4 class classification?

我有一个包含 4 个 类 的分类任务,我用机器学习分类器(SVM 等)解决了这个问题。

4 类可以使用哪些统计措施?我肯定会使用 p 值(通过排列测试),但我需要更多。

一些有趣的指标是真阳性率、真阴性率、阳性预测值、阴性预测值,在 ROC 曲线下,在 PR 曲线下……但我认为这仅适用于 2 类.

following paper中描述了几个可用的指标:

Sokolova, Marina, and Guy Lapalme. "A systematic analysis of performance measures for classification tasks." Information Processing & Management 45.4 (2009): 427-437.

请参阅第 4 页的 Table 3 (430) - 它包含 8 个指标的简要说明和公式;选择最适合您的任务