Description Usage Arguments Value See Also Examples
Evaluate the Performance of a List of Trained KTSP Models from a PCOSP Model
1 2 | ## S4 method for signature 'PCOSP_or_RLS_or_RGA,CohortList'
validateModel(model, valData, ...)
|
model |
A |
valData |
A |
... |
Fallthrough arguments to |
The model
object with the validationStats and validationData
slots occupied.
BiocParallel::bplapply
, switchBox::SWAP.KTSP.Classify
1 2 3 4 5 6 7 8 9 | data(sampleTrainedPCOSPmodel)
data(samplePCOSPpredList)
# Set parallelization settings
BiocParallel::register(BiocParallel::SerialParam())
# Validate model
validatedPCOSPmodel <- validateModel(sampleTrainedPCOSPmodel,
valData=samplePCOSPpredList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.