cn_classAssess | R Documentation |
Assess classifiers based on validation data
cn_classAssess(ct_scores, stVal, classLevels = "description2",
dLevelSID = "sample_id", resolution = 0.005)
ct_scores |
matrix of classification scores, rows = classifiers, columns = samples, colnames=sampleids |
stVal |
sample table |
classLevels |
column name of stVal to use as ground truth to assess classifiers |
dLevelSID |
column to indicate sample id |
resolution |
increment at which to evalutate classification |
list of data frames with threshold, sens, precision
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.