Skip to contents

Validates a BatchBirdFlowTrainer() and returns a corresponding BatchBirdFlowEvaluator() ready to evaluate all fitted HDF5 models for that species.

Usage

BatchBirdFlowEvaluator(trainer)

Arguments

trainer

A BatchBirdFlowTrainer().

Value

A BatchBirdFlowEvaluator() object (invisible).

Examples

if (FALSE) { # \dontrun{
trainer <- BatchBirdFlowTrainer("amewoo", res = 150)
trainer <- fit(trainer)
ev <- BatchBirdFlowEvaluator(trainer)
} # }