Learn R Programming

mikropml (version 1.6.1)

check_perf_metric_name: Check perf_metric_name is NULL or a function

Description

Check perf_metric_name is NULL or a function

Usage

check_perf_metric_name(perf_metric_name)

Arguments

perf_metric_name

performance metric function

Author

Zena Lapp, zenalapp@umich.edu

Examples

Run this code
if (FALSE) {
check_perf_metric_name(NULL)
}

Run the code above in your browser using DataLab