R/RcppExports.R

Defines functions perfmeas_trap_rule perfmeas_prec_recall

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

perfmeas_prec_recall <- function(order, labels, vec_size) {
    .Call(`_prcbench_perfmeas_prec_recall`, order, labels, vec_size)
}

perfmeas_trap_rule <- function(x, y, vec_size) {
    .Call(`_prcbench_perfmeas_trap_rule`, x, y, vec_size)
}

Try the prcbench package in your browser

Any scripts or data that you put into this service are public.

prcbench documentation built on March 31, 2023, 5:27 p.m.