Skip to contents

Dispatches to class-specific fit() methods (e.g., fit.BatchBirdFlowTrainer()).

Usage

fit(object, ...)

Arguments

object

The object to fit.

...

Passed to methods.

Value

Method-dependent; see specific methods.

Examples

if (FALSE) { # \dontrun{
fitted <- fit(BatchBirdFlowTrainer(species), seed = 123)
} # }