trainModel {PDATK} | R Documentation |
Train a Model Based on the Data in an S4 Object
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
data(samplePCOSPmodel) set.seed(getModelSeed(samplePCOSPmodel)) # Set parallelization settings BiocParallel::register(BiocParallel::SerialParam()) trainModel(samplePCOSPmodel, numModels=5, minAccuracy=0.6)