LOOAUC_simple_multiple_one_df {PathoStat} | R Documentation |
LOOCV with ROC curve
LOOAUC_simple_multiple_one_df(df, targetVec)
df |
Row is sample, column is feature. Required |
targetVec |
y vector. Required |
the ROC
data('iris') LOOAUC_simple_multiple_one_df(iris[,1:4], c(rep(1,100), rep(0,50)))