Prints, per process and per species, the environmental variable importance
and the average conditional effects. Both are derived from the model's
conditional effects, which are computed once and cached — so if ALE() was
already run (or a previous summary()), the default path needs no further
simulation.
Arguments
- object
(
finn_class)
fitted model.- env, init_cohort
(
NULLor data)
interpretation data;NULLuses the cached training data (seeALE()).- importance
(
character(1))"ale"(default) = analytical ALE-variance importance (cheap, from the cache);"permutation"= re-simulating permutation importance (seefeature_importance()), cached on the model under the same input key.- env_autoscale
(
logical(1))
seeALE().- sim_seed
(
integer(1))
seed for the simulation (seeALE()).- nperm
(
integer(1))
replicates forimportance = "permutation".- scale
(
logical(1))
forimportance = "ale", divideVar(ALE)by the process x species rate variance so the importances are dimensionless and comparable across processes and species (Sobol-style). DefaultTRUE.- ...
passed through (e.g. to
predict()for the permutation option).