Description Usage Arguments Value Examples
Perform Validation on an S4
Object Representing a Trained Model
1 | validateModel(model, valData, ...)
|
model |
An |
valData |
|
... |
Allow new parameters to be defined for this generic. |
The S4
object with added model performance metadata.
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[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.