getELBO {MOFA} | R Documentation |
Extract the value of the ELBO statistics after model training. This can be useful for model selection.
getELBO(object)
object |
a |
value of the ELBO statistic at end of training
# load a trained MOFAmodel object filepath <- system.file("extdata", "scMT_model.hdf5", package = "MOFAdata") MOFAobject <- loadModel(filepath) # get ELBO statistic getELBO(MOFAobject)