get_elbo | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.