Validate a BatchBirdFlowEvaluator object
validate_BatchBirdFlowEvaluator.RdEnsures that the input is a BatchBirdFlowEvaluator() and that it
contains the required attributes.
Details
Checks:
Must inherit from both
"list"and"BatchBirdFlowEvaluator".Must contain element
"batch_trainer".
Examples
if (FALSE) { # \dontrun{
ev <- BatchBirdFlowEvaluator(batch_trainer("amewoo"))
validate_BatchBirdFlowEvaluator(ev)
} # }