Generic function to to obtain default metrics available for scoring or metrics that were used for scoring.
If called on a forecast
object it returns a list of functions that can be
used for scoring.
If called on a scores
object (see score()
), it returns a character vector
with the names of the metrics that were used for scoring.
See the documentation for the actual methods in the See Also
section below
for more details. Alternatively call ?get_metrics.<forecast_type>
or
?get_metrics.scores
.
get_metrics(x, ...)
A forecast
or scores
object.
Additional arguments passed to the method.
Other get_metrics functions:
get_metrics.forecast_binary()
,
get_metrics.forecast_nominal()
,
get_metrics.forecast_ordinal()
,
get_metrics.forecast_point()
,
get_metrics.forecast_quantile()
,
get_metrics.forecast_sample()
,
get_metrics.scores()