See https://www.mathworks.com/help/stats/performance-curves.html and https://www.mathworks.com/help/stats/rocmetrics.html
- "For a multiclass classification problem, you can use the one-versus-all coding design and find a ROC curve for each class. The one-versus-all coding design treats a multiclass classification problem as a set of binary classification problems, and assumes one class as positive and the rest as negative in each binary problem."
- "average — Compute performance metrics for an average ROC curve for multiclass problems."