Display Performance Metric Information
Display information about metrics provided by the MachineShop package.
metricinfo(...)
List of named metric elements each containing the following components:
character descriptor for the metric.
logical indicating whether higher values of the metric correspond to better predictive performance.
closure with the argument names and corresponding default values of the metric function.
data frame of the observed and predicted response variable types supported by the metric.
## All metrics metricinfo() ## Metrics by observed and predicted response types names(metricinfo(factor(0))) names(metricinfo(factor(0), factor(0))) names(metricinfo(factor(0), matrix(0))) names(metricinfo(factor(0), numeric(0))) ## Metric-specific information metricinfo(auc)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.