plot_aam | R Documentation |
This function plots accuracy, AUC and margin (aam) of classification
results from package mt
.
plot_aam(aam_list, fig_title = "Accuracy, AUC and Margin")
aam_list |
a data matrix of classification results. |
fig_title |
a string of figure title |
an object of class ggplot2
aam.mcl
in R package mt
for how to get accuracy, AUC and
margin.
aam <- mtExtra:::aam
plot_aam(aam)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.