Description Usage Arguments Value Examples
Extract the value of the ELBO statistics after model training. This can be useful for model selection.
1 | getELBO(object)
|
object |
a |
value of the ELBO statistic at end of training
1 2 3 4 5 | # load a trained MOFAmodel object
filepath <- system.file("extdata", "scMT_model.hdf5", package = "MOFAdata")
MOFAobject <- loadModel(filepath)
# get ELBO statistic
getELBO(MOFAobject)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.