
Classify a pedon with the engine chosen by `pick_engine()`
Source:R/engine-selection-v0965.R
classify_with_engine_heuristic.RdConvenience wrapper that routes classify_wrb2022 /
classify_sibcs / classify_usda
through whichever engine the heuristic recommends for the
specific pedon.
Usage
classify_with_engine_heuristic(
pedon,
system = c("wrb2022", "sibcs", "usda"),
min_score = 3L,
...
)Arguments
- pedon
A
PedonRecord.- system
One of
"wrb2022","sibcs","usda".- min_score
Forwarded to
pick_engine.- ...
Forwarded to the underlying classifier.
Value
The result of the chosen classifier (a
ClassificationResult). The chosen engine is
captured in $trace$engine_used.