Skip to contents

Creates a BatchBirdFlowEvaluator() that carries a reference to the underlying BatchBirdFlowTrainer().

Usage

new_BatchBirdFlowEvaluator(trainer)

Arguments

trainer

A BatchBirdFlowTrainer().

Value

A BatchBirdFlowEvaluator() with field batch_trainer.

Examples

if (FALSE) { # \dontrun{
ev <- new_BatchBirdFlowEvaluator(BatchBirdFlowTrainer("amewoo"))
} # }