PlotAllROCByFeature | R Documentation |
Plot a feature ROC Curve
PlotAllROCByFeature( sample_data, perform_NBC_output, train_NBC_output, featureAUCsRanked, idx1, idx2, title, want_label = TRUE )
sample_data |
character table col1=sample names, col2=class names |
perform_NBC_output |
perform_NBC output |
train_NBC_output |
train_NBC output |
featureAUCsRanked |
vector of AUCs in rank order |
idx1 |
integer rank of first feature to plot |
idx2 |
integer rank of last feature to plot |
title |
plot title |
want_label |
Boolean value - TRUE will print feature name and AUC on the plot (can only fit up to ~6) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.