Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Receiver Operating Characteristic (ROC) functions
Contributed by: Anton Antonov
Receiver Operating Characteristic (ROC) functions and Confusion matrix plots.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/ROCFunctions"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`ROCFunctions`"]
Here is a random dataset with columns "Actual" and "Predicted" that have the values "yes" and "now" and dataset's summary:
In[1]:= | ![]() |
Out[3]= | ![]() |
Here is a sample of the dataset:
In[4]:= | ![]() |
Out[4]= | ![]() |
Here is the corresponding ROC association:
In[5]:= | ![]() |
Out[5]= | ![]() |
Here is the cross tabulation of the generated dataset:
In[6]:= | ![]() |
Out[6]= | ![]() |
Here is the corresponding sparse matrix:
In[7]:= | ![]() |
Out[7]= | ![]() |
Here is the corresponding confusion matrix plot:
In[8]:= | ![]() |
Out[8]= | ![]() |
Here are all ROC function names supported in the paclet:
In[9]:= | ![]() |
Out[9]= | ![]() |
Here are all properties of ROCFunctions:
In[10]:= | ![]() |
Out[10]= | ![]() |