Description Usage Arguments Details Value Examples
Extract the value of the ELBO statistics after model training. This can be useful for model selection.
1 | get_elbo(object)
|
object |
a |
This can be useful for model selection.
Value of the ELBO
1 2 3 4 | # 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.