check_evaluate_results: Check if the 'evaluate_results' are valid.

View source: R/check_evaluate_results.R

check_evaluate_resultsR Documentation

Check if the evaluate_results are valid.

Description

Check if the evaluate_results are valid. Will stop if not.

Usage

check_evaluate_results(evaluate_results)

Arguments

evaluate_results

the results of a call to parse_evaluate_filenames, as checked by check_evaluate_results

Value

nothing

Author(s)

Richèl J.C. Bilderbeek

Examples

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)

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.