F_beta_score: Calculating recall, precision and F score

View source: R/RasperGade_diagnosis_utils.R

F_beta_scoreR Documentation

Calculating recall, precision and F score

Description

Functions to calculate recall, precision, and the F score with variable weight between recall and precision

Usage

F_beta_score(obs, pred, beta = 1)

precision_recall(obs, pred, as.na = FALSE)

wu-lab-uva/RasperGade documentation built on June 24, 2022, 2:47 p.m.