| getModelSeed,SurvivalModel-method {PDATK} | R Documentation |
This should be used to set the seed before model training to ensure reproducible results.
## S4 method for signature 'SurvivalModel' getModelSeed(object)
object |
A |
An integer seed to be used when training the a SurivalModel.
data(samplePCOSPmodel) getModelSeed(samplePCOSPmodel)