View source: R/get_gcae_train_opts_filename.R
get_gcae_train_opts_filename | R Documentation |
Get the filename to the GCAE training options.
This function is named after the GCAE train_opts
folder.
get_gcae_train_opts_filename(
train_opts_id,
gcae_options = create_gcae_options()
)
train_opts_id |
train options id, corresponding to a file train_opts/train_opts_id.json |
gcae_options |
options to run GCAE, as created by create_gcae_options |
full paths to the created files
Richèl J.C. Bilderbeek
Use get_gcae_train_opts_filenames to get all the files with training options.
To obtain the paths to the files for the different GCAE
features:
Autoencoder architecture: use get_gcae_model_filename
Phenotypic preditcion: use get_gcae_pheno_model_filename
Training options: use get_gcae_train_opts_filename
File storage options: use get_gcae_data_opts_filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.