View source: R/create_gcae_experiment_params.R
create_gcae_experiment_params | R Documentation |
Create the parameters for a GCAE experiment
create_gcae_experiment_params(
gcae_setup,
analyse_epochs,
metrics,
gcae_options = create_gcae_options(),
verbose = FALSE
)
gcae_setup |
GCAE model setup, as created by create_gcae_setup, read from file by read_gcae_setup_file, checked by check_gcae_setup, and saved to file by save_gcae_setup. |
analyse_epochs |
the epochs to analyse, e.g. |
metrics |
the metrics, as checked by check_metrics.
Use |
gcae_options |
options to run GCAE, as created by create_gcae_options |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
the parameters for a GCAE experiment
Richèl J.C. Bilderbeek
create_gcae_experiment_params(
gcae_setup = create_test_gcae_setup(),
analyse_epochs = seq(1, 2, 3),
metrics = "f1_score_3,f1_score_3"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.