Generic function to to obtain default metrics available for scoring or metrics that were used for scoring.
If called on a
forecastobject it returns a list of functions that can be used for scoring.If called on a
scoresobject (seescore()), 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.
See also
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()