Description Usage Arguments Value Examples
Accessor for the validationData
slot of an S4
object
1 | validationData(object, ...)
|
object |
An |
... |
Allow definition of new arguments to this generic. |
A List
- or list
-like object containing one or more
sets of validation data.
1 2 3 4 | data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)
validationData(metaclustModel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.