Plot of predicted class probabilities. On the x-axis is the proability, and the y-axis is the index of each predicted sample based on the probility. The samples are turned into separations at the x-axis. This plot can be created for multivariate ROC curve analysis using SVM, PLS, and RandomForest. Please note that sometimes, not all samples will be tested, instead they will be plotted at the 0.5 neutral line.
PlotProbView(mSetObj=NA, imgName, format="png", dpi=72, mdl.inx, show, showPred)
Input the name of the created mSetObj (see InitDataObjects)
Input a name for the plot
Select the image format, "png", of "pdf".
Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300.
Model index, 0 means to compare all models, -1 means to use the best model, input 1-6 to plot a ROC curve for one of the top six models
1 or 0, if 1, label samples classified to the wrong groups
Show predicted samples