trainData<- {PDATK} | R Documentation |
S4
ObjectGeneric for Accessing the Training Data of an S4
Object
trainData(object, ...) <- value
object |
An |
... |
Allow new parameters to be defined for this generic. |
value |
An object to place in the objects training data slot. |
None, updates the object.
data(CSPC_MAE) set.seed(1987) metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987) trainData(metaclustModel) <- CSPC_MAE