DF_ConfPlot_accu {Dforest} | R Documentation |
Decision Forest algorithm: confidence level accumulated plot (accumulated version)
Description
Draw accuracy curve according to the confidence level of predictions
Usage
DF_ConfPlot_accu(Pred_result, Label, bin = 20, plot = T, smooth = F)
Arguments
Pred_result |
Predictions |
Label |
known label for Test Dataset |
bin |
How many bins occurred in Conf Plot (Default is 20) |
plot |
Draw Plot if True, otherwise output the datamatrix |
smooth |
if TRUE, Fit the performance curve with smooth function (by ggplot2) |
Value
ACC_Conf: return data Matrix ("ConfidenceLevel", "Accuracy", "Matched Samples") for confidence plot (no plot)
ConfPlot: Draw Confidence Plot if True, need install ggplot2
[Package Dforest version 0.4.2 Index]