Learn R Programming

mikropml (version 1.6.1)

get_perf_metric_name: Get default performance metric name

Description

Get default performance metric name for cross-validation.

Usage

get_perf_metric_name(outcome_type)

Value

Performance metric name.

Arguments

outcome_type

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

Author

Zena Lapp, zenalapp@umich.edu

Examples

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

Run the code above in your browser using DataLab