Description Usage Arguments Value Examples
Setter for the validationStats
slot on an S4
object
1 | validationStats(object, ...) <- value
|
object |
An |
... |
Allow definition of additional parameters to this generic. |
value |
A |
None, updates the object
1 2 3 4 | data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)
validationStats(metaclustModel) <- data.frame()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.