Learn R Programming

mikropml (version 1.6.1)

get_perf_metric_fn: Get default performance metric function

Description

Get default performance metric function

Usage

get_perf_metric_fn(outcome_type)

Value

Performance metric function.

Arguments

outcome_type

Type of outcome (one of: "continuous","binary","multiclass").

Author

Zena Lapp, zenalapp@umich.edu

Examples

Run this code
get_perf_metric_fn("continuous")
get_perf_metric_fn("binary")
get_perf_metric_fn("multiclass")

Run the code above in your browser using DataLab