vp_plot_unkn | R Documentation |
Makes confusion matrix like plot, where x axis represent SVM classification, y axis represent NN classification Allows visual summary of data lost to unknown category
vp_plot_unkn(cm, classes, threshold = 0, summary = TRUE, sample_size = NULL)
cm |
dual unknown confusion matrix from VP |
classes |
taxa groups in order, from VP |
threshold |
minimum value which will be labelled in plot |
summary |
logical to add text summary to plot E. Chisholm May 2019 |
sample_size |
character string describes the sample size used to train the model being plotted (optional) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.