View source: R/read_model_file.R
read_model_file | R Documentation |
GCAE
autoencoder architecture fileRead a GCAE
autoencoder architecture file
read_model_file(model_filename)
model_filename |
name of a file that stores a |
the model
as a JSON object,
as can be checked by check_model
Richèl J.C. Bilderbeek
Use save_model to save a model
Use read_pheno_model_file to read a pheno_model
if (is_gcae_repo_cloned()) {
# A real GCAE file
model_filename <- get_gcae_model_filename("M1")
} else {
# An example file
model_filename <- get_gcaer_filename("M0.json")
}
read_model_file(model_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.