Description Usage Arguments Value Examples
Train a Model Based on the Data in an S4 Object
1 | trainModel(object, ...)
|
object |
An |
... |
Allow new method to be defined for this generic. |
The same object with the @model slot populated with the fit model
1 2 3 4 5 6 7 | data(samplePCOSPmodel)
set.seed(getModelSeed(samplePCOSPmodel))
# Set parallelization settings
BiocParallel::register(BiocParallel::SerialParam())
trainModel(samplePCOSPmodel, numModels=5, minAccuracy=0.6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.