colAUC

Calculates Area under ROC curve (AUC) for a vector or for each column of a matrix.

Vous suivez désormais cette soumission

Function colAUC calculates Area under ROC curve (AUC) for a vector or for
each column of a matrix.

The main properties of this code:
* Ability to work with multi-dimensional data.
* Ability to work with multi-class datasets.
* Speed - this code was written to calculate AUC's for large number of
features, fast.
* Two different algorithms are provided one based on integrating ROC
curves and one based on Wilcoxon Rank Sum Test aka. Mann-Whitney U Test.
* Function can be used to plot ROC curves.

Citation pour cette source

Jaroslaw Tuszynski (2026). colAUC (https://fr.mathworks.com/matlabcentral/fileexchange/30424-colauc), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.2.0.0

added abs=false argument

1.1.0.0

small corrections

1.0.0.0