modelParams {PDATK} | R Documentation |
S4
ObjectGeneric for Accessing the Model Parameters of an S4
Object
modelParams(object, ...)
object |
A |
... |
Allow additional arguments to be defined for this generic. |
A List
- or list
-like object containing all the parameters needed
to reproduce a specific model training run, including environmental
settings like the random seed and RNGkind.
data(CSPC_MAE) set.seed(1987) metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987) modelParams(metaclustModel)