Learn R Programming

mikropml (version 1.6.1)

check_perf_metric_function: Check perf_metric_function is NULL or a function

Description

Check perf_metric_function is NULL or a function

Usage

check_perf_metric_function(perf_metric_function)

Arguments

perf_metric_function

performance metric function

Author

Zena Lapp, zenalapp@umich.edu

Examples

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

Run the code above in your browser using DataLab