Description Usage Arguments Value Examples
Accessor for the validationStats
slot of an S4
object
1 | validationStats(object, ...)
|
object |
An |
... |
Allow definition of new arguments to this generic. |
A data.frame
of validation statistics for the validation data
provided to validateModel
function for a given S4
object.
1 2 3 4 | data(CSPC_MAE)
set.seed(1987)
metaclustModel <- ConMetaclustModel(CSPC_MAE, randomSeed=1987)
validationStats(metaclustModel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.