classifierplots_folder {classifierplots} | R Documentation |
classifierplots_folder
Description
Produce a suit of classifier diagnostic plots, saving to disk.
Usage
classifierplots_folder(test.y, pred.prob, folder, height = 5, width = 5)
Arguments
test.y |
List of know labels on the test set |
pred.prob |
List of probability predictions on the test set |
folder |
Directory to save plots into |
height |
height of separately saved plots |
width |
width of separately saved plots |
[Package classifierplots version 1.4.0 Index]