get_elbo {MOFA2} | R Documentation |
Extract the value of the ELBO statistics after model training. This can be useful for model selection.
get_elbo(object)
object |
a |
This can be useful for model selection.
Value of the ELBO
# Using an existing trained model file <- system.file("extdata", "model.hdf5", package = "MOFA2") model <- load_model(file) elbo <- get_elbo(model)