Plots normalized confusion matrix
vp_plot_matrix(cm, classes, type, addLabels = TRUE, threshold = NULL)
a visualization of the confusion matrix, normalized
Confusion matrix (numeric)
character list of classes present in confusion matrix (ordered)
character value 'NN', 'SVM' or 'Dual', appended to 'Confusion Matrix' to create title
logical value whether to add percentage accuracy labels to plot (defaults to TRUE)
numeric value which determines the minimum value of frequency labelled on the plot on a normalized scale of 0-1 (useful for highlighting significant disagreement)
E. Chisholm