View source: R/check_evaluate_results.R
check_evaluate_results | R Documentation |
evaluate_results
are valid.Check if the evaluate_results
are valid.
Will stop if not.
check_evaluate_results(evaluate_results)
evaluate_results |
the results of a call to parse_evaluate_filenames, as checked by check_evaluate_results |
nothing
Richèl J.C. Bilderbeek
evaluate_filenames <- c(
get_gcaer_filename("f1_score_3.csv"),
get_gcaer_filename("f1_score_5.csv"),
get_gcaer_filename("f1_scores_pops_epoch_1.csv")
)
evaluate_results <- parse_evaluate_filenames(
evaluate_filenames = evaluate_filenames,
epoch = 1
)
check_evaluate_results(evaluate_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.