getBestThresholds | R Documentation |
Grab best thresholds per feature from ROC curve
getBestThresholds( sample_data, perform_NBC_output, train_NBC_output, featureAUCsRanked, idx1, idx2 )
sample_data |
character matrix: column 1 = sample names; column 2 = class labels (e.g. "asthmatic" and "healthy") |
perform_NBC_output |
entire output from perform_NBC |
train_NBC_output |
entire output from train_NBC |
featureAUCsRanked |
vector of AUCs in rank order |
idx1 |
starting rank for resulting list |
idx2 |
ending rank for resulting list |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.