PlotAllROCByFeature: Plot a feature ROC Curve

View source: R/evaluate.R

PlotAllROCByFeatureR Documentation

Plot a feature ROC Curve

Description

Plot a feature ROC Curve

Usage

PlotAllROCByFeature(
  sample_data,
  perform_NBC_output,
  train_NBC_output,
  featureAUCsRanked,
  idx1,
  idx2,
  title,
  want_label = TRUE
)

Arguments

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)


naomiwilson/nariel documentation built on March 1, 2023, 12:51 p.m.