plot_aam: Wrapper function for plotting classification results

View source: R/mt_extra_1.R

plot_aamR Documentation

Wrapper function for plotting classification results

Description

This function plots accuracy, AUC and margin (aam) of classification results from package mt.

Usage

plot_aam(aam_list, fig_title = "Accuracy, AUC and Margin")

Arguments

aam_list

a data matrix of classification results.

fig_title

a string of figure title

Value

an object of class ggplot2

See Also

aam.mcl in R package mt for how to get accuracy, AUC and margin.

Examples

aam <- mtExtra:::aam
plot_aam(aam)

wanchanglin/mtExtra documentation built on Aug. 2, 2024, 5:47 p.m.