View source: R/ccn_classAssess.R
ccn_classAssess | R Documentation |
Assess classifiers using validation data
ccn_classAssess( ct_scores, stVal, classLevels = "description2", dLevelSID = "sample_id", resolution = 0.005 )
ct_scores |
matrix of classification scores |
stVal |
sample table |
classLevels |
column name of the sample table indicating the categories to be used as ground truth to assess classifiers |
dLevelSID |
column name of the sample table that indicates sample id |
resolution |
increment of thresholds for assessing the classifier |
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.