% Generated by roxygen2: do not edit by hand % Please edit documentation in R/simulation_report.R \name{is_truthLabels_valid} \alias{is_truthLabels_valid} \title{Check Validity of Truth Labels} \usage{ is_truthLabels_valid(eval_data, col_param = "description", col_truth = "isDE") } \arguments{ \item{eval_data}{Data frame containing evaluation parameters.} \item{col_param}{Column name specifying the parameter for grouping.} \item{col_truth}{Column name for binary ground truth values (default is "isDE").} } \value{ Logical value indicating the validity of truth labels. } \description{ This function checks the validity of truth labels for HTRfit evaluation, specifically designed for binary classification. }