Description Usage Arguments Details Value Examples
Extract dimensionalities from the model.
1 | get_dimensions(object)
|
object |
a |
K indicates the number of factors, D indicates the number of features, N indicates the (total) number of samples and M indicates the number of views.
list containing the dimensionalities of the model
1 2 3 4 | # Using an existing trained model
file <- system.file("extdata", "model.hdf5", package = "MOFA2")
model <- load_model(file)
dims <- get_dimensions(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.