get_all_performance_table: Return a table including all metrics across different...

get_all_performance_tableR Documentation

Return a table including all metrics across different threshold

Description

Return a table including all metrics across different threshold

Usage

get_all_performance_table(score = NULL, label = NULL)

Arguments

label

Examples

score = c(10:20)
label = c(0,0,1,0,1,0,1,1,0,1,1)
loonR::get_all_performance_table(score, label)

ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.