View source: R/check_gcae_experiment_params.R
check_gcae_experiment_params | R Documentation |
Check if the options to run GCAE are valid. Will stop if not.
check_gcae_experiment_params(gcae_experiment_params)
gcae_experiment_params |
parameters to run a full
|
Note that this function does not check if GCAE is actually present in
that folder, similar to normalizePath
with mustWork
set to FALSE
the GCAE options, as can be checked by check_gcae_experiment_params
Richèl J.C. Bilderbeek
gcae_experiment_params <- create_gcae_experiment_params(
gcae_options = create_gcae_options(),
gcae_setup = create_test_gcae_setup(),
analyse_epochs = seq(1, 2, 3),
metrics = "f1_score_3,f1_score_5"
)
check_gcae_experiment_params(gcae_experiment_params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.